45 lines
1.0 KiB
JSON
45 lines
1.0 KiB
JSON
|
|
{
|
||
|
|
"pages": [
|
||
|
|
"pages/index/index",
|
||
|
|
"pages/login/login",
|
||
|
|
"pages/game/create/create",
|
||
|
|
"pages/game/join/join",
|
||
|
|
"pages/game/detail/detail",
|
||
|
|
"pages/game/settlement/settlement",
|
||
|
|
"pages/game/play/play",
|
||
|
|
"pages/record/list/list",
|
||
|
|
"pages/stats/personal/personal",
|
||
|
|
"pages/stats/session/session",
|
||
|
|
"pages/profile/index/index"
|
||
|
|
],
|
||
|
|
"window": {
|
||
|
|
"navigationBarTextStyle": "black",
|
||
|
|
"navigationBarTitleText": "打牌记账小本",
|
||
|
|
"navigationBarBackgroundColor": "#07c160"
|
||
|
|
},
|
||
|
|
"tabBar": {
|
||
|
|
"custom": true,
|
||
|
|
"color": "#666666",
|
||
|
|
"selectedColor": "#667eea",
|
||
|
|
"backgroundColor": "#ffffff",
|
||
|
|
"list": [
|
||
|
|
{
|
||
|
|
"pagePath": "pages/index/index",
|
||
|
|
"text": "首页"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"pagePath": "pages/stats/personal/personal",
|
||
|
|
"text": "统计"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"pagePath": "pages/profile/index/index",
|
||
|
|
"text": "我的"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"style": "v2",
|
||
|
|
"componentFramework": "glass-easel",
|
||
|
|
"sitemapLocation": "sitemap.json",
|
||
|
|
"lazyCodeLoading": "requiredComponents"
|
||
|
|
}
|