This commit is contained in:
2023-09-26 16:55:20 +08:00
parent 386a66a324
commit 3748f042cb
19 changed files with 322 additions and 416 deletions

19
双节底部图标.txt Normal file
View File

@@ -0,0 +1,19 @@
"tabBar": {
"list": [
{
"pagePath": "pages/index/index",
"text": "锶源商城",
"iconPath": "/static/tabBarIcon/04.png",
"selectedIconPath": "/static/tabBarIcon/04_active.png"
},
{
"pagePath": "pages/user/index",
"text": "锶人中心",
"iconPath": "/static/tabBarIcon/02.png",
"selectedIconPath": "/static/tabBarIcon/02_active.png"
}
],
"color": "#b6b9bb",
"selectedColor": "#6c78f8",
"borderStyle": "white"
},