98 lines
1.8 KiB
JSON
98 lines
1.8 KiB
JSON
|
|
{
|
||
|
|
"pages": [
|
||
|
|
{
|
||
|
|
"path": "pages/index/index",
|
||
|
|
"style": {
|
||
|
|
"navigationBarTitleText": "计分器"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"path": "pages/index/singleplay/singleplay",
|
||
|
|
"style": {
|
||
|
|
"navigationBarTitleText": "单人计分"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"path" : "pages/history-game/history-game",
|
||
|
|
"style" :
|
||
|
|
{
|
||
|
|
"navigationBarTitleText" : "历史记录"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"path" : "pages/my/my",
|
||
|
|
"style" :
|
||
|
|
{
|
||
|
|
"navigationBarTitleText" : "个人信息",
|
||
|
|
"navigationStyle": "custom"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"path" : "pages/index/singleplay/change",
|
||
|
|
"style" :
|
||
|
|
{
|
||
|
|
"navigationBarTitleText" : "用户信息",
|
||
|
|
"navigationBarHidden": true
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"path" : "pages/index/singleplay/scoring",
|
||
|
|
"style" :
|
||
|
|
{
|
||
|
|
"navigationBarTitleText" : "计分中",
|
||
|
|
"navigationBarHidden": true
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"path" : "pages/my/feedback",
|
||
|
|
"style" :
|
||
|
|
{
|
||
|
|
"navigationBarTitleText" : "帮助与反馈",
|
||
|
|
"navigationBarHidden": true
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"path" : "pages/my/setting",
|
||
|
|
"style" :
|
||
|
|
{
|
||
|
|
"navigationBarTitleText" : "设置",
|
||
|
|
"navigationBarHidden": true
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"path" : "pages/my/favorites",
|
||
|
|
"style" :
|
||
|
|
{
|
||
|
|
"navigationBarTitleText" : "收藏的对局",
|
||
|
|
"navigationBarHidden": true
|
||
|
|
}
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"globalStyle": {
|
||
|
|
"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"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"uniIdRouter": {}
|
||
|
|
}
|