增加uniapp

This commit is contained in:
2026-07-15 09:08:52 +08:00
parent 4aa9204df7
commit a5d129cfa0
24 changed files with 2136 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
/*
* SVG 图标 - 我的(选中状态)
* 使用时请替换为实际的 PNG 图标文件
* 尺寸建议: 81x81 px
*/
<svg xmlns="http://www.w3.org/2000/svg" width="81" height="81" viewBox="0 0 81 81">
<rect width="81" height="81" rx="16" fill="#1989fa"/>
<circle cx="40.5" cy="30" r="11" fill="#fff"/>
<path d="M20 62c0-11.3 9.2-20.5 20.5-20.5S61 50.7 61 62" stroke="#fff" stroke-width="4" fill="none" stroke-linecap="round"/>
</svg>