'首页样式'

This commit is contained in:
2026-08-22 10:08:07 +08:00
parent d53bde57b6
commit d822f594a9
20 changed files with 695 additions and 464 deletions
+6 -2
View File
@@ -31,11 +31,15 @@
"list": [
{
"pagePath": "pages/index/index",
"text": "首页"
"text": "首页",
"iconPath": "static/icons/tabbar/tab_home_gray.svg",
"selectedIconPath": "static/icons/tabbar/tab_home_orange.svg"
},
{
"pagePath": "pages/products/products",
"text": "产品"
"text": "产品",
"iconPath": "static/icons/tabbar/tab_product_gray.svg",
"selectedIconPath": "static/icons/tabbar/tab_product_orange.svg"
}
]
},