FEAT => 本次更新项目为:

初始化appbuild
This commit is contained in:
2025-07-31 17:41:43 +08:00
parent c5d4e80e7c
commit 9193bda39f
125 changed files with 12385 additions and 15 deletions

29
Appbuild/pages.json Normal file
View File

@@ -0,0 +1,29 @@
{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "存客宝",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false,
"bounce": "none"
}
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "存客宝",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"navigationStyle": "custom",
"app-plus": {
"titleNView": false,
"bounce": "none",
"background": "transparent"
}
},
"uniIdRouter": {}
}