7 changed files with 206 additions and 199 deletions
@ -1,186 +1,187 @@ |
|||||||
{ |
{ |
||||||
"name": "货无忧", |
"name" : "货无忧", |
||||||
"appid": "__UNI__EB22F37", |
"appid" : "__UNI__EB22F37", |
||||||
"description": "", |
"description" : "", |
||||||
"versionName": "1.1.02", |
"versionName" : "1.1.04", |
||||||
"versionCode": 1102, |
"versionCode" : 1104, |
||||||
"transformPx": false, |
"transformPx" : false, |
||||||
/* 5+App特有相关 */ |
/* 5+App特有相关 */ |
||||||
"app-plus": { |
"app-plus" : { |
||||||
// "custom":false, |
// "custom":false, |
||||||
"usingComponents": true, |
"usingComponents" : true, |
||||||
"nvueStyleCompiler": "uni-app", |
"nvueStyleCompiler" : "uni-app", |
||||||
"compilerVersion": 3, |
"compilerVersion" : 3, |
||||||
"splashscreen": { |
"splashscreen" : { |
||||||
"alwaysShowBeforeRender": true, |
"alwaysShowBeforeRender" : true, |
||||||
"waiting": true, |
"waiting" : true, |
||||||
"autoclose": true, |
"autoclose" : true, |
||||||
"delay": 0 |
"delay" : 0 |
||||||
}, |
}, |
||||||
/* 模块配置 */ |
/* 模块配置 */ |
||||||
"modules": { |
"modules" : { |
||||||
"Bluetooth": {}, |
"Bluetooth" : {}, |
||||||
"Barcode": {}, |
"Barcode" : {}, |
||||||
"Camera": {}, |
"Camera" : {}, |
||||||
"Geolocation": {} |
"Geolocation" : {} |
||||||
}, |
}, |
||||||
/* 应用发布信息 */ |
/* 应用发布信息 */ |
||||||
"distribute": { |
"distribute" : { |
||||||
/* android打包配置 */ |
/* android打包配置 */ |
||||||
"android": { |
"android" : { |
||||||
"permissions": [ |
"permissions" : [ |
||||||
"<uses-feature android:name=\"android.hardware.camera\"/>", |
"<uses-feature android:name=\"android.hardware.camera\"/>", |
||||||
"<uses-feature android:name=\"android.hardware.camera.autofocus\"/>", |
"<uses-feature android:name=\"android.hardware.camera.autofocus\"/>", |
||||||
"<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>", |
"<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>", |
||||||
"<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>", |
"<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>", |
||||||
"<uses-permission android:name=\"android.permission.CAMERA\"/>", |
"<uses-permission android:name=\"android.permission.CAMERA\"/>", |
||||||
"<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>", |
"<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>", |
||||||
"<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>", |
"<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>", |
||||||
"<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>", |
"<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>", |
||||||
"<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>", |
"<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>", |
||||||
"<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>", |
"<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>", |
||||||
"<uses-permission android:name=\"android.permission.READ_LOGS\"/>", |
"<uses-permission android:name=\"android.permission.READ_LOGS\"/>", |
||||||
"<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>", |
"<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>", |
||||||
"<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\"/>" |
||||||
] |
] |
||||||
}, |
}, |
||||||
/* ios打包配置 */ |
/* ios打包配置 */ |
||||||
"ios": { |
"ios" : { |
||||||
"dSYMs": false, |
"dSYMs" : false, |
||||||
"idfa": false |
"idfa" : false |
||||||
}, |
}, |
||||||
/* SDK配置 */ |
/* SDK配置 */ |
||||||
"sdkConfigs": { |
"sdkConfigs" : { |
||||||
"geolocation": { |
"geolocation" : { |
||||||
"amap": { |
"amap" : { |
||||||
"__platform__": ["android"], |
"__platform__" : [ "android" ], |
||||||
"appkey_ios": "f5577fdddf4f68f92bbde932e9e35bd6", |
"appkey_ios" : "f5577fdddf4f68f92bbde932e9e35bd6", |
||||||
"appkey_android": "f5577fdddf4f68f92bbde932e9e35bd6" |
"appkey_android" : "f5577fdddf4f68f92bbde932e9e35bd6" |
||||||
} |
} |
||||||
}, |
}, |
||||||
"ad": {} |
"ad" : {} |
||||||
}, |
}, |
||||||
"splashscreen": { |
"splashscreen" : { |
||||||
"androidStyle": "common", |
"androidStyle" : "common", |
||||||
"useOriginalMsgbox": false, |
"useOriginalMsgbox" : false, |
||||||
"iosStyle": "common" |
"iosStyle" : "common" |
||||||
}, |
}, |
||||||
"icons": { |
"icons" : { |
||||||
"android": { |
"android" : { |
||||||
"hdpi": "unpackage/res/icons/72x72.png", |
"hdpi" : "unpackage/res/icons/72x72.png", |
||||||
"xhdpi": "unpackage/res/icons/96x96.png", |
"xhdpi" : "unpackage/res/icons/96x96.png", |
||||||
"xxhdpi": "unpackage/res/icons/144x144.png", |
"xxhdpi" : "unpackage/res/icons/144x144.png", |
||||||
"xxxhdpi": "unpackage/res/icons/192x192.png" |
"xxxhdpi" : "unpackage/res/icons/192x192.png" |
||||||
}, |
}, |
||||||
"ios": { |
"ios" : { |
||||||
"appstore": "unpackage/res/icons/1024x1024.png", |
"appstore" : "unpackage/res/icons/1024x1024.png", |
||||||
"ipad": { |
"ipad" : { |
||||||
"app": "unpackage/res/icons/76x76.png", |
"app" : "unpackage/res/icons/76x76.png", |
||||||
"app@2x": "unpackage/res/icons/152x152.png", |
"app@2x" : "unpackage/res/icons/152x152.png", |
||||||
"notification": "unpackage/res/icons/20x20.png", |
"notification" : "unpackage/res/icons/20x20.png", |
||||||
"notification@2x": "unpackage/res/icons/40x40.png", |
"notification@2x" : "unpackage/res/icons/40x40.png", |
||||||
"proapp@2x": "unpackage/res/icons/167x167.png", |
"proapp@2x" : "unpackage/res/icons/167x167.png", |
||||||
"settings": "unpackage/res/icons/29x29.png", |
"settings" : "unpackage/res/icons/29x29.png", |
||||||
"settings@2x": "unpackage/res/icons/58x58.png", |
"settings@2x" : "unpackage/res/icons/58x58.png", |
||||||
"spotlight": "unpackage/res/icons/40x40.png", |
"spotlight" : "unpackage/res/icons/40x40.png", |
||||||
"spotlight@2x": "unpackage/res/icons/80x80.png" |
"spotlight@2x" : "unpackage/res/icons/80x80.png" |
||||||
}, |
}, |
||||||
"iphone": { |
"iphone" : { |
||||||
"app@2x": "unpackage/res/icons/120x120.png", |
"app@2x" : "unpackage/res/icons/120x120.png", |
||||||
"app@3x": "unpackage/res/icons/180x180.png", |
"app@3x" : "unpackage/res/icons/180x180.png", |
||||||
"notification@2x": "unpackage/res/icons/40x40.png", |
"notification@2x" : "unpackage/res/icons/40x40.png", |
||||||
"notification@3x": "unpackage/res/icons/60x60.png", |
"notification@3x" : "unpackage/res/icons/60x60.png", |
||||||
"settings@2x": "unpackage/res/icons/58x58.png", |
"settings@2x" : "unpackage/res/icons/58x58.png", |
||||||
"settings@3x": "unpackage/res/icons/87x87.png", |
"settings@3x" : "unpackage/res/icons/87x87.png", |
||||||
"spotlight@2x": "unpackage/res/icons/80x80.png", |
"spotlight@2x" : "unpackage/res/icons/80x80.png", |
||||||
"spotlight@3x": "unpackage/res/icons/120x120.png" |
"spotlight@3x" : "unpackage/res/icons/120x120.png" |
||||||
} |
} |
||||||
} |
} |
||||||
} |
} |
||||||
}, |
}, |
||||||
"nativePlugins": { |
"nativePlugins" : { |
||||||
"MT-TTS": { |
"MT-TTS" : { |
||||||
"__plugin_info__": { |
"__plugin_info__" : { |
||||||
"name": "MT-TTS语音合成", |
"name" : "MT-TTS语音合成", |
||||||
"description": "安卓tts语音合成", |
"description" : "安卓tts语音合成", |
||||||
"platforms": "Android", |
"platforms" : "Android", |
||||||
"url": "", |
"url" : "", |
||||||
"android_package_name": "", |
"android_package_name" : "", |
||||||
"ios_bundle_id": "", |
"ios_bundle_id" : "", |
||||||
"isCloud": false, |
"isCloud" : false, |
||||||
"bought": -1, |
"bought" : -1, |
||||||
"pid": "", |
"pid" : "", |
||||||
"parameters": {} |
"parameters" : {} |
||||||
} |
} |
||||||
}, |
}, |
||||||
"Sunmi-Print-Inner": { |
"Sunmi-Print-Inner" : { |
||||||
"__plugin_info__": { |
"__plugin_info__" : { |
||||||
"name": "Sunmi-Print-Inner", |
"name" : "Sunmi-Print-Inner", |
||||||
"description": "商米打印服务uniapp插件", |
"description" : "商米打印服务uniapp插件", |
||||||
"platforms": "Android", |
"platforms" : "Android", |
||||||
"url": "", |
"url" : "", |
||||||
"android_package_name": "", |
"android_package_name" : "", |
||||||
"ios_bundle_id": "", |
"ios_bundle_id" : "", |
||||||
"isCloud": false, |
"isCloud" : false, |
||||||
"bought": -1, |
"bought" : -1, |
||||||
"pid": "", |
"pid" : "", |
||||||
"parameters": {} |
"parameters" : {} |
||||||
} |
} |
||||||
}, |
}, |
||||||
"LcPrinter": { |
"LcPrinter" : { |
||||||
"__plugin_info__": { |
"__plugin_info__" : { |
||||||
"name": "LcPrinter", |
"name" : "LcPrinter", |
||||||
"description": "打印插件", |
"description" : "打印插件", |
||||||
"platforms": "Android", |
"platforms" : "Android", |
||||||
"url": "", |
"url" : "", |
||||||
"android_package_name": "", |
"android_package_name" : "", |
||||||
"ios_bundle_id": "", |
"ios_bundle_id" : "", |
||||||
"isCloud": false, |
"isCloud" : false, |
||||||
"bought": -1, |
"bought" : -1, |
||||||
"pid": "", |
"pid" : "", |
||||||
"parameters": {} |
"parameters" : {} |
||||||
} |
} |
||||||
} |
} |
||||||
} |
} |
||||||
}, |
}, |
||||||
/* 快应用特有相关 */ |
/* 快应用特有相关 */ |
||||||
"quickapp": {}, |
"quickapp" : {}, |
||||||
/* 小程序特有相关 */ |
/* 小程序特有相关 */ |
||||||
"mp-weixin": { |
"mp-weixin" : { |
||||||
"appid": "wxedb0d10ea46a0113", |
"appid" : "wxedb0d10ea46a0113", |
||||||
"setting": { |
"setting" : { |
||||||
"urlCheck": false, |
"urlCheck" : false, |
||||||
"es6": false, |
"es6" : false, |
||||||
"ignoreDevUnusedFiles": false, |
"ignoreDevUnusedFiles" : false, |
||||||
"lazyCodeLoading": "requiredComponents", |
"lazyCodeLoading" : "requiredComponents", |
||||||
"minified": true |
"minified" : true |
||||||
}, |
}, |
||||||
"usingComponents": true, |
"usingComponents" : true, |
||||||
"permission": { |
"permission" : { |
||||||
"scope.userFuzzyLocation": { |
"scope.userFuzzyLocation" : { |
||||||
"desc": "你的位置信息将用于小程序位置接口的效果展示" |
"desc" : "你的位置信息将用于小程序位置接口的效果展示" |
||||||
}, |
}, |
||||||
"scope.userLocation": { |
"scope.userLocation" : { |
||||||
"desc": "你的位置信息将用于小程序位置接口的效果展示" |
"desc" : "你的位置信息将用于小程序位置接口的效果展示" |
||||||
} |
} |
||||||
}, |
}, |
||||||
"requiredPrivateInfos": ["getLocation"] |
"requiredPrivateInfos" : [ "getLocation" ] |
||||||
}, |
}, |
||||||
"mp-alipay": { |
"mp-alipay" : { |
||||||
"usingComponents": true |
"usingComponents" : true |
||||||
}, |
}, |
||||||
"mp-baidu": { |
"mp-baidu" : { |
||||||
"usingComponents": true |
"usingComponents" : true |
||||||
}, |
}, |
||||||
"mp-toutiao": { |
"mp-toutiao" : { |
||||||
"usingComponents": true |
"usingComponents" : true |
||||||
}, |
}, |
||||||
"uniStatistics": { |
"uniStatistics" : { |
||||||
"enable": false |
"enable" : false |
||||||
}, |
}, |
||||||
"vueVersion": "3" |
"vueVersion" : "3" |
||||||
} |
} |
||||||
// "custom":false, |
// "custom":false, |
||||||
/* 模块配置 */ |
/* 模块配置 */ |
||||||
|
|
||||||
|
Loading…
Reference in new issue