chore: initialize frontend miniapp repository

This commit is contained in:
lyf
2026-06-09 21:08:45 +08:00
commit a90f63cef0
107 changed files with 60454 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
<!-- 黑色圆点 -->
<circle cx="15" cy="15" r="8" fill="#333333"/>
<circle cx="15" cy="15" r="8" stroke="white" stroke-width="2"/>
</svg>

After

Width:  |  Height:  |  Size: 242 B

View File

@@ -0,0 +1,5 @@
<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
<!-- 青色圆点 -->
<circle cx="15" cy="15" r="8" fill="#5ED0E4"/>
<circle cx="15" cy="15" r="8" stroke="white" stroke-width="2"/>
</svg>

After

Width:  |  Height:  |  Size: 242 B

View File

@@ -0,0 +1,5 @@
<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
<!-- 绿色圆点 -->
<circle cx="15" cy="15" r="8" fill="#4ECDC4"/>
<circle cx="15" cy="15" r="8" stroke="white" stroke-width="2"/>
</svg>

After

Width:  |  Height:  |  Size: 242 B

View File

@@ -0,0 +1,5 @@
<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
<!-- 红色圆点 -->
<circle cx="15" cy="15" r="8" fill="#FF6B6B"/>
<circle cx="15" cy="15" r="8" stroke="white" stroke-width="2"/>
</svg>

After

Width:  |  Height:  |  Size: 242 B

View File

@@ -0,0 +1,10 @@
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<!-- 外圈半透明黑色 -->
<circle cx="20" cy="20" r="20" fill="black" fill-opacity="0.2"/>
<!-- 内圈黑色 -->
<circle cx="20" cy="20" r="12" fill="black" stroke="#E0E100" stroke-width="2"/>
<!-- 黄色定位图标 -->
<path d="M20 11L14 24L20 21L26 24L20 11Z" fill="#E0E100" stroke="#E0E100" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 462 B

View File

@@ -0,0 +1,8 @@
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<!-- 黄色圆形背景 -->
<circle cx="20" cy="20" r="18" fill="#E0E100"/>
<!-- 博物馆图标 -->
<path d="M12 28V18L20 12L28 18V28H24V22H16V28H12Z" fill="black"/>
<rect x="17" y="24" width="6" height="4" fill="black"/>
</svg>

After

Width:  |  Height:  |  Size: 337 B

View File

@@ -0,0 +1,5 @@
<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
<!-- 青色圆点 -->
<circle cx="15" cy="15" r="8" fill="#5ED0E4"/>
<circle cx="15" cy="15" r="8" stroke="white" stroke-width="2"/>
</svg>

After

Width:  |  Height:  |  Size: 242 B

View File

@@ -0,0 +1,10 @@
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
<!-- 外圈半透明黑色 -->
<circle cx="20" cy="20" r="20" fill="black" fill-opacity="0.2"/>
<!-- 内圈黑色 -->
<circle cx="20" cy="20" r="12" fill="black" stroke="#E0E100" stroke-width="2"/>
<!-- 黄色定位图标(指针形状) -->
<path d="M20 11L14 24L20 21L26 24L20 11Z" fill="#E0E100" stroke="#E0E100" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

After

Width:  |  Height:  |  Size: 480 B