44 lines
953 B
JSON
44 lines
953 B
JSON
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/login/login",
|
|
"style": {
|
|
"navigationBarTitleText": "三十六计小课堂",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/children/children",
|
|
"style": {
|
|
"navigationBarTitleText": "选择孩子"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/map/map",
|
|
"style": {
|
|
"navigationBarTitleText": "三十六计地图"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/play/play",
|
|
"style": {
|
|
"navigationBarTitleText": "闯关中",
|
|
"navigationStyle": "custom"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/result/result",
|
|
"style": {
|
|
"navigationBarTitleText": "闯关结果",
|
|
"navigationStyle": "custom"
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "三十六计小课堂",
|
|
"navigationBarBackgroundColor": "#fdf6ec",
|
|
"backgroundColor": "#fdf6ec"
|
|
}
|
|
}
|