21 lines
560 B
JSON
21 lines
560 B
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/profile/profile",
|
|
"pages/calculator/calculator",
|
|
"pages/unit-converter/unit-converter",
|
|
"pages/random-draw/random-draw",
|
|
"pages/scoreboard/scoreboard",
|
|
"pages/date-calc/date-calc",
|
|
"pages/logs/logs",
|
|
"pages/webview/webview"
|
|
],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "道棋百宝箱",
|
|
"navigationBarBackgroundColor": "#EBF4F8"
|
|
},
|
|
"style": "v2",
|
|
"componentFramework": "glass-easel",
|
|
"lazyCodeLoading": "requiredComponents"
|
|
} |