2025-04-29 17:15:39 +08:00

32 lines
917 B
JSON

{
"pages": [
"pages/home/home",
"pages/my/my"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#080B16",
"navigationBarTitleText": "AI测试",
"navigationBarTextStyle": "white"
},
"tabBar": {
"color": "#999999",
"selectedColor": "#5BBE04",
"backgroundColor": "#000000",
"custom": false,
"list": [{
"pagePath": "pages/home/home",
"iconPath": "/static/tab/home.png",
"selectedIconPath": "/static/tab/home_selected.png",
"text": "首页"
},
{
"pagePath": "pages/my/my",
"iconPath": "/static/tab/my.png",
"selectedIconPath": "/static/tab/my_selected.png",
"text": "我的"
}
]
},
"usingProvide": true
}