小程序初始化

This commit is contained in:
2026-02-27 11:32:50 +08:00
parent 93574dbb45
commit 97e1ea2706
252 changed files with 32427 additions and 12363 deletions
+41
View File
@@ -0,0 +1,41 @@
{
"pages": [
{
"path": "pages/splash/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/login/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/onboarding/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/main/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/profile/index",
"style": {
"navigationBarTitleText": "个人中心"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "人生OS",
"navigationBarBackgroundColor": "#0F071A",
"backgroundColor": "#0F071A"
},
"uniIdRouter": {}
}