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,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