1
This commit is contained in:
39
scoring/unpackage/dist/dev/mp-weixin/app.json
vendored
Normal file
39
scoring/unpackage/dist/dev/mp-weixin/app.json
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"pages": [
|
||||
"pages/index/index",
|
||||
"pages/index/singleplay/singleplay",
|
||||
"pages/history-game/history-game",
|
||||
"pages/my/my",
|
||||
"pages/index/singleplay/change",
|
||||
"pages/index/singleplay/scoring",
|
||||
"pages/my/feedback",
|
||||
"pages/my/setting",
|
||||
"pages/my/favorites"
|
||||
],
|
||||
"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": {}
|
||||
}
|
||||
Reference in New Issue
Block a user