Files
1XJT/scoring/unpackage/dist/dev/mp-weixin/app.json

36 lines
826 B
JSON
Raw Normal View History

2025-11-12 15:08:51 +08:00
{
"pages": [
"pages/index/index",
"pages/history-game/history-game",
"pages/my/my",
"pages/single/single",
"pages/user-detail/user-detail",
"pages/compute/compute"
],
"window": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"list": [
{
"text": "首页",
"pagePath": "pages/index/index",
"iconPath": "/static/logo.png"
},
{
"text": "历史记录",
"pagePath": "pages/history-game/history-game",
"iconPath": "/static/logo.png"
},
{
"text": "个人信息",
"pagePath": "pages/my/my",
"iconPath": "/static/logo.png"
}
]
},
"usingComponents": {}
}