40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
{
|
||
"path": "pages/index/index",
|
||
"style": {
|
||
"navigationBarTitleText": "uni-app"
|
||
}
|
||
}
|
||
,{
|
||
"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"
|
||
}
|
||
}
|
||
],
|
||
"globalStyle": {
|
||
"navigationBarTextStyle": "white",
|
||
"navigationBarTitleText": "uni-app",
|
||
"navigationBarBackgroundColor": "#007AFF",
|
||
"backgroundColor": "#FFFFFF",
|
||
"navigationStyle": "custom",
|
||
"pageOrientation": "landscape",
|
||
"app-plus": {
|
||
"titleView": false
|
||
}
|
||
},
|
||
"uniIdRouter": {}
|
||
} |