40 lines
954 B
JSON
40 lines
954 B
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/history-game/history-game",
|
|
"pages/my/my",
|
|
"pages/single/single",
|
|
"pages/user-detail/user-detail",
|
|
"pages/compute/compute",
|
|
"pages/over/over",
|
|
"pages/multiplayer/multiplayer",
|
|
"pages/mul-compute/mul-compute",
|
|
"pages/mul-over/mul-over"
|
|
],
|
|
"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": {}
|
|
} |