Commit a0d83671 authored by xieyishang's avatar xieyishang

‘addxx

parent 7bfccc97
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
"name" : "鹿马商家助手", "name" : "鹿马商家助手",
"appid" : "__UNI__1EA80F1", //这个是 web "appid" : "__UNI__1EA80F1", //这个是 web
"description" : "商家", "description" : "商家",
"versionName" : "1.116", "versionName" : "1.117",
"versionCode" : 1116, "versionCode" : 1117,
"transformPx" : false, "transformPx" : false,
"compatible" : { "compatible" : {
"ignoreVersion" : true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持 "ignoreVersion" : true //true表示忽略版本检查提示框,HBuilderX1.9.0及以上版本支持
...@@ -21,10 +21,10 @@ ...@@ -21,10 +21,10 @@
/* 模块配置 */ /* 模块配置 */
"modules" : { "modules" : {
"Maps" : {}, "Maps" : {},
"Push" : {},
"Webview-x5" : {}, "Webview-x5" : {},
"Share" : {}, "Share" : {},
"OAuth" : {} "OAuth" : {},
"Push" : {}
}, },
/* 应用发布信息 */ /* 应用发布信息 */
"distribute" : { "distribute" : {
...@@ -55,7 +55,8 @@ ...@@ -55,7 +55,8 @@
"<uses-permission android:name=\"android.permission.VIBRATE\"/>", "<uses-permission android:name=\"android.permission.VIBRATE\"/>",
"<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>", "<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>",
"<uses-permission android:name=\"android.permission.WRITE_CONTACTS\"/>", "<uses-permission android:name=\"android.permission.WRITE_CONTACTS\"/>",
"<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\"/>" "<uses-permission android:name=\"android.permission.WRITE_EXTERNAL_STORAGE\"/>",
"<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
] ]
}, },
/* ios打包配置 */ /* ios打包配置 */
...@@ -82,9 +83,7 @@ ...@@ -82,9 +83,7 @@
} }
}, },
"ad" : {}, "ad" : {},
"push" : { "push" : {},
"unipush" : {}
},
"share" : { "share" : {
"weixin" : { "weixin" : {
"appid" : "wx36c7f886d0d8a306", "appid" : "wx36c7f886d0d8a306",
...@@ -172,22 +171,7 @@ ...@@ -172,22 +171,7 @@
} }
}, },
"compilerVersion" : 2, "compilerVersion" : 2,
"nativePlugins" : { "nativePlugins" : {}
"push-live" : {
"__plugin_info__" : {
"name" : "安卓保活插件(限制 防杀)含前台服务,后台运行,白名单,定时任务等",
"description" : "如果你的应用希望能够一直在后台运行而不被系统自动杀死的话,可以尝试一下。群485147231",
"platforms" : "Android",
"url" : "https://ext.dcloud.net.cn/plugin?id=2930",
"android_package_name" : "com.app.lumastore",
"ios_bundle_id" : "com.app.lumastore",
"isCloud" : true,
"bought" : 1,
"pid" : "2930",
"parameters" : {}
}
}
}
}, },
/* 快应用特有相关 */ /* 快应用特有相关 */
"quickapp" : {}, "quickapp" : {},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment