feat: uni-app 前端骨架(登录/孩子/地图/闯关/结算)
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user