feat: uni-app 前端骨架(登录/孩子/地图/闯关/结算)

This commit is contained in:
2026-08-13 12:54:45 +08:00
parent ae79c13834
commit 841191185e
16 changed files with 8119 additions and 0 deletions
+43
View File
@@ -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"
}
}