sytle:图片

This commit is contained in:
田柯
2025-01-06 13:57:36 +08:00
parent a9d99871a3
commit 7343bf0e3c
21 changed files with 2776 additions and 76 deletions
+6 -2
View File
@@ -62,11 +62,15 @@
"list": [
{
"pagePath": "pages/index/index",
"text": "首页"
"text": "首页",
"iconPath": "static/home.png",
"selectedIconPath": "static/home-active.png"
},
{
"pagePath": "pages/my/index",
"text": "我的"
"text": "我的",
"iconPath": "static/profile.png",
"selectedIconPath": "static/profile-active.png"
}
]
}