更新配置

This commit is contained in:
weipengfei 2024-02-22 14:23:18 +08:00
parent eccdb7bc24
commit c163dbe95c

View File

@ -1,6 +1,6 @@
{ {
"name" : "CRMEB", "name" : "惠农生活",
"appid" : "__UNI__99FC347", "appid" : "__UNI__3A527D1",
"description" : "", "description" : "",
"versionName" : "1.0.4", "versionName" : "1.0.4",
"versionCode" : 127, "versionCode" : 127,
@ -25,8 +25,11 @@
"Payment" : {}, "Payment" : {},
"Share" : {}, "Share" : {},
"iBeacon" : {}, "iBeacon" : {},
"Maps" : {},
"Geolocation" : {}, "Geolocation" : {},
"Maps" : {} "Push" : {},
"Barcode" : {},
"Camera" : {}
}, },
"safearea" : { "safearea" : {
"bottom" : { "bottom" : {
@ -57,7 +60,6 @@
"<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_SETTINGS\"/>", "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>",
"<uses-permission android:name=\"android.permission.BLUETOOTH\"/>",
"<uses-permission android:name=\"android.permission.BLUETOOTH_ADMIN\"/>" "<uses-permission android:name=\"android.permission.BLUETOOTH_ADMIN\"/>"
], ],
"abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ], "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ],
@ -84,37 +86,34 @@
"sdkConfigs" : { "sdkConfigs" : {
"maps" : { "maps" : {
"amap" : { "amap" : {
"appkey_ios" : "", "appkey_ios" : "82af93ec51139c712c4118d84ba684ee",
"appkey_android" : "" "appkey_android" : "0799f37420c0784f1e6cba230a68bdb1",
"name" : "amap_18982406440DFVLElaO"
} }
}, },
"payment" : { "payment" : {
"alipay" : { "weixin" : {
"__platform__" : [ "ios", "android" ] "__platform__" : [ "ios", "android" ],
"appid" : "wx9d68c92b550ddd1e",
"UniversalLinks" : "https://shop.lihaink.cn/"
} }
}, },
"share" : { "share" : {
"weixin" : { "weixin" : {
"appid" : "", "appid" : "wx9d68c92b550ddd1e",
"UniversalLinks" : "https://mer.crmeb.net/" "UniversalLinks" : "https://shop.lihaink.cn/"
} }
}, },
"geolocation" : { "geolocation" : {
"amap" : { "amap" : {
"name" : "amap_18982406440DFVLElaO",
"__platform__" : [ "ios", "android" ], "__platform__" : [ "ios", "android" ],
"appkey_ios" : "", "appkey_ios" : "82af93ec51139c712c4118d84ba684ee",
"appkey_android" : "" "appkey_android" : "0799f37420c0784f1e6cba230a68bdb1"
} }
}, },
"push" : {}, "push" : {},
"oauth" : { "oauth" : {},
"apple" : {},
"weixin" : {
"appid" : "",
"appsecret" : "",
"UniversalLinks" : "https://mer.crmeb.net/"
}
},
"ad" : {} "ad" : {}
}, },
"icons" : { "icons" : {
@ -150,7 +149,8 @@
} }
}, },
"splashscreen" : { "splashscreen" : {
"useOriginalMsgbox" : true "useOriginalMsgbox" : true,
"androidStyle" : "default"
} }
} }
}, },