2024-05-09 09:48:05 +08:00
|
|
|
|
{
|
|
|
|
|
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
|
|
|
|
{
|
|
|
|
|
"path": "pages/index/index",
|
|
|
|
|
"style": {
|
|
|
|
|
"navigationBarTitleText": "uni-app"
|
|
|
|
|
}
|
|
|
|
|
}
|
2024-05-18 18:15:57 +08:00
|
|
|
|
,{
|
|
|
|
|
"path": "uni_modules/guyue-updater/pages/updater",
|
|
|
|
|
"style": {
|
|
|
|
|
"app-plus": {
|
|
|
|
|
"animationDuration": 200,
|
|
|
|
|
"animationType": "fade-in",
|
|
|
|
|
"background": "transparent",
|
|
|
|
|
"backgroundColorTop": "transparent",
|
|
|
|
|
"bounce": "none",
|
|
|
|
|
"popGesture": "none",
|
|
|
|
|
"scrollIndicator": false,
|
|
|
|
|
"titleNView": false
|
|
|
|
|
},
|
|
|
|
|
"backgroundColor": "transparent",
|
|
|
|
|
"disableScroll": true,
|
|
|
|
|
"navigationStyle": "custom"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
],
|
2024-05-09 09:48:05 +08:00
|
|
|
|
"globalStyle": {
|
|
|
|
|
"navigationBarTextStyle": "white",
|
|
|
|
|
"navigationBarTitleText": "uni-app",
|
|
|
|
|
"navigationBarBackgroundColor": "#007AFF",
|
|
|
|
|
"backgroundColor": "#FFFFFF",
|
|
|
|
|
"navigationStyle": "custom",
|
2024-05-15 18:34:11 +08:00
|
|
|
|
"pageOrientation": "landscape",
|
2024-05-09 09:48:05 +08:00
|
|
|
|
"app-plus": {
|
|
|
|
|
"titleView": false
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"uniIdRouter": {}
|
|
|
|
|
}
|