This commit is contained in:
2024-08-23 10:03:43 +08:00
commit 32762a199c
94 changed files with 15778 additions and 0 deletions

18
pages.json Normal file
View File

@@ -0,0 +1,18 @@
{
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path" : "pages/setup",
"style": {
"navigationStyle": "custom"
}
}
],
"globalStyle": {
// "pageOrientation": "landscape",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#d7592f",
"backgroundColor": "#ffffff"
},
"uniIdRouter": {}
}