|
|
@@ -4423,7 +4423,13 @@
|
|
|
"navigationBarBackgroundColor": "#ffffff",
|
|
|
"app-plus": {
|
|
|
"bounce": "none",
|
|
|
- "screenOrientation": ["portrait-primary", "portrait-secondary"]
|
|
|
+ "screenOrientation": [
|
|
|
+ //可选,字符串数组类型,应用支持的横竖屏
|
|
|
+ "portrait-primary", //可选,字符串类型,支持竖屏
|
|
|
+ "portrait-secondary", //可选,字符串类型,支持反向竖屏
|
|
|
+ "landscape-primary", //可选,字符串类型,支持横屏
|
|
|
+ "landscape-secondary" //可选,字符串类型,支持反向横屏
|
|
|
+ ]
|
|
|
}
|
|
|
}
|
|
|
},
|