|
@@ -5,7 +5,8 @@
|
|
|
"versionName": "1.0.0",
|
|
|
"versionCode": "100",
|
|
|
"transformPx": false,
|
|
|
- "app-plus": { /* 5+App特有相关 */
|
|
|
+ "app-plus": {
|
|
|
+ /* 5+App特有相关 */
|
|
|
"usingComponents": true,
|
|
|
"splashscreen": {
|
|
|
"alwaysShowBeforeRender": true,
|
|
@@ -13,11 +14,14 @@
|
|
|
"autoclose": true,
|
|
|
"delay": 0
|
|
|
},
|
|
|
- "modules": { /* 模块配置 */
|
|
|
+ "modules": {
|
|
|
+ /* 模块配置 */
|
|
|
|
|
|
},
|
|
|
- "distribute": { /* 应用发布信息 */
|
|
|
- "android": { /* android打包配置 */
|
|
|
+ "distribute": {
|
|
|
+ /* 应用发布信息 */
|
|
|
+ "android": {
|
|
|
+ /* android打包配置 */
|
|
|
"permissions": ["<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>",
|
|
|
"<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>",
|
|
|
"<uses-permission android:name=\"android.permission.READ_CONTACTS\"/>",
|
|
@@ -42,39 +46,43 @@
|
|
|
"<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
|
|
|
]
|
|
|
},
|
|
|
- "ios": { /* ios打包配置 */
|
|
|
+ "ios": {
|
|
|
+ /* ios打包配置 */
|
|
|
|
|
|
},
|
|
|
- "sdkConfigs": { /* SDK配置 */
|
|
|
+ "sdkConfigs": {
|
|
|
+ /* SDK配置 */
|
|
|
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- "quickapp": { /* 快应用特有相关 */
|
|
|
+ "quickapp": {
|
|
|
+ /* 快应用特有相关 */
|
|
|
|
|
|
},
|
|
|
- "mp-weixin": { /* 微信小程序特有相关 */
|
|
|
+ "mp-weixin": {
|
|
|
+ /* 微信小程序特有相关 */
|
|
|
"appid": "",
|
|
|
"setting": {
|
|
|
"urlCheck": false
|
|
|
},
|
|
|
"usingComponents": true
|
|
|
},
|
|
|
- "mp-alipay" : {
|
|
|
- "usingComponents" : true
|
|
|
- },
|
|
|
- "mp-baidu" : {
|
|
|
- "usingComponents" : true
|
|
|
- },
|
|
|
- "mp-toutiao" : {
|
|
|
- "usingComponents" : true
|
|
|
- },
|
|
|
- "mp-qq" : {
|
|
|
- "usingComponents" : true
|
|
|
- },
|
|
|
- "h5": {
|
|
|
- "router": {
|
|
|
- "mode": "history"
|
|
|
- }
|
|
|
+ "mp-alipay": {
|
|
|
+ "usingComponents": true
|
|
|
+ },
|
|
|
+ "mp-baidu": {
|
|
|
+ "usingComponents": true
|
|
|
+ },
|
|
|
+ "mp-toutiao": {
|
|
|
+ "usingComponents": true
|
|
|
+ },
|
|
|
+ "mp-qq": {
|
|
|
+ "usingComponents": true
|
|
|
+ },
|
|
|
+ "h5": {
|
|
|
+ "router": {
|
|
|
+ "mode": "history"
|
|
|
}
|
|
|
-}
|
|
|
+ }
|
|
|
+}
|