2025-07-16 09:34:46 +08:00

34 lines
780 B
JSON

{
"pages": [
"pages/loading",
"pages/login",
"pages/index/index",
"pages/me/index"
],
"subPackages": [],
"window": {
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black"
},
"tabBar": {
"color": "#000000",
"selectedColor": "#0082FA",
"backgroundColor": "#ffffff",
"borderStyle": "black",
"list": [
{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "/static/tabbar/home.png",
"selectedIconPath": "/static/tabbar/home_act.png"
},
{
"pagePath": "pages/me/index",
"text": "我的",
"iconPath": "/static/tabbar/me.png",
"selectedIconPath": "/static/tabbar/me_act.png"
}
]
},
"usingComponents": {}
}