You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
137 lines
4.9 KiB
137 lines
4.9 KiB
{ |
|
"name" : "货无忧", |
|
"appid" : "__UNI__EBBABA3", |
|
"description" : "", |
|
"versionName" : "1.0.0", |
|
"versionCode" : "100", |
|
"transformPx" : false, |
|
/* 5+App特有相关 */ |
|
"app-plus" : { |
|
// "custom":false, |
|
"usingComponents" : true, |
|
"nvueStyleCompiler" : "uni-app", |
|
"compilerVersion" : 3, |
|
"splashscreen" : { |
|
"alwaysShowBeforeRender" : true, |
|
"waiting" : true, |
|
"autoclose" : true, |
|
"delay" : 0 |
|
}, |
|
/* 模块配置 */ |
|
"modules" : { |
|
"Bluetooth" : {}, |
|
"Barcode" : {}, |
|
"Camera" : {}, |
|
"Geolocation" : {} |
|
}, |
|
/* 应用发布信息 */ |
|
"distribute" : { |
|
/* android打包配置 */ |
|
"android" : { |
|
"permissions" : [ |
|
"<uses-feature android:name=\"android.hardware.camera\"/>", |
|
"<uses-feature android:name=\"android.hardware.camera.autofocus\"/>", |
|
"<uses-permission android:name=\"android.permission.ACCESS_NETWORK_STATE\"/>", |
|
"<uses-permission android:name=\"android.permission.ACCESS_WIFI_STATE\"/>", |
|
"<uses-permission android:name=\"android.permission.CAMERA\"/>", |
|
"<uses-permission android:name=\"android.permission.CHANGE_NETWORK_STATE\"/>", |
|
"<uses-permission android:name=\"android.permission.CHANGE_WIFI_STATE\"/>", |
|
"<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>", |
|
"<uses-permission android:name=\"android.permission.GET_ACCOUNTS\"/>", |
|
"<uses-permission android:name=\"android.permission.MOUNT_UNMOUNT_FILESYSTEMS\"/>", |
|
"<uses-permission android:name=\"android.permission.READ_LOGS\"/>", |
|
"<uses-permission android:name=\"android.permission.READ_PHONE_STATE\"/>", |
|
"<uses-permission android:name=\"android.permission.VIBRATE\"/>", |
|
"<uses-permission android:name=\"android.permission.WAKE_LOCK\"/>", |
|
"<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>" |
|
] |
|
}, |
|
/* ios打包配置 */ |
|
"ios" : { |
|
"dSYMs" : false |
|
}, |
|
/* SDK配置 */ |
|
"sdkConfigs" : { |
|
"geolocation" : { |
|
"system" : { |
|
"__platform__" : [ "ios", "android" ] |
|
}, |
|
"amap" : { |
|
"__platform__" : [ "android" ], |
|
"appkey_ios" : "382bfd7864cb0b0d53fddc58b56281d6", |
|
"appkey_android" : "382bfd7864cb0b0d53fddc58b56281d6" |
|
} |
|
}, |
|
"ad" : {} |
|
} |
|
}, |
|
"nativePlugins" : { |
|
"MT-TTS" : { |
|
"__plugin_info__" : { |
|
"name" : "MT-TTS语音合成", |
|
"description" : "安卓tts语音合成", |
|
"platforms" : "Android", |
|
"url" : "", |
|
"android_package_name" : "", |
|
"ios_bundle_id" : "", |
|
"isCloud" : false, |
|
"bought" : -1, |
|
"pid" : "", |
|
"parameters" : {} |
|
} |
|
}, |
|
"Sunmi-Print-Inner" : { |
|
"__plugin_info__" : { |
|
"name" : "Sunmi-Print-Inner", |
|
"description" : "商米打印服务uniapp插件", |
|
"platforms" : "Android", |
|
"url" : "", |
|
"android_package_name" : "", |
|
"ios_bundle_id" : "", |
|
"isCloud" : false, |
|
"bought" : -1, |
|
"pid" : "", |
|
"parameters" : {} |
|
} |
|
}, |
|
"LcPrinter" : { |
|
"__plugin_info__" : { |
|
"name" : "LcPrinter", |
|
"description" : "打印插件", |
|
"platforms" : "Android", |
|
"url" : "", |
|
"android_package_name" : "", |
|
"ios_bundle_id" : "", |
|
"isCloud" : false, |
|
"bought" : -1, |
|
"pid" : "", |
|
"parameters" : {} |
|
} |
|
} |
|
} |
|
}, |
|
/* 快应用特有相关 */ |
|
"quickapp" : {}, |
|
/* 小程序特有相关 */ |
|
"mp-weixin" : { |
|
"appid" : "wx426e303e0c6e235d", |
|
"setting" : { |
|
"urlCheck" : false, |
|
"es6" : false |
|
}, |
|
"usingComponents" : true |
|
}, |
|
"mp-alipay" : { |
|
"usingComponents" : true |
|
}, |
|
"mp-baidu" : { |
|
"usingComponents" : true |
|
}, |
|
"mp-toutiao" : { |
|
"usingComponents" : true |
|
}, |
|
"uniStatistics" : { |
|
"enable" : false |
|
}, |
|
"vueVersion" : "3" |
|
}
|
|
|