|
@@ -16,6 +16,12 @@
|
|
|
"autoclose" : true,
|
|
|
"delay" : 0
|
|
|
},
|
|
|
+ /*底部安全区*/
|
|
|
+ "safearea" : {
|
|
|
+ "bottom" : {
|
|
|
+ "offset" : "none"
|
|
|
+ }
|
|
|
+ },
|
|
|
/* 模块配置 */
|
|
|
"modules" : {},
|
|
|
/* 应用发布信息 */
|
|
@@ -39,14 +45,12 @@
|
|
|
"<uses-feature android:name=\"android.hardware.camera\"/>",
|
|
|
"<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
|
|
|
],
|
|
|
- "fullScreen" : true, // 启用全屏模式
|
|
|
"abiFilters" : [ "armeabi-v7a", "arm64-v8a" ],
|
|
|
"minSdkVersion" : 24,
|
|
|
"targetSdkVersion" : 28
|
|
|
},
|
|
|
/* ios打包配置 */
|
|
|
"ios" : {
|
|
|
- "fullScreen" : true, // 启用全屏模式
|
|
|
"dSYMs" : false
|
|
|
},
|
|
|
/* SDK配置 */
|