|
@@ -1,7 +1,7 @@
|
|
|
{
|
|
|
- "name" : "hid_app",
|
|
|
+ "name" : "芯片扫描",
|
|
|
"appid" : "__UNI__9FD095B",
|
|
|
- "description" : "",
|
|
|
+ "description" : "芯片扫描APP",
|
|
|
"versionName" : "1.0.0",
|
|
|
"versionCode" : "100",
|
|
|
"transformPx" : false,
|
|
@@ -17,7 +17,11 @@
|
|
|
"delay" : 0
|
|
|
},
|
|
|
/* 模块配置 */
|
|
|
- "modules" : {},
|
|
|
+ "modules" : {
|
|
|
+ "Camera" : {},
|
|
|
+ "Bluetooth" : {},
|
|
|
+ "Barcode" : {}
|
|
|
+ },
|
|
|
/* 应用发布信息 */
|
|
|
"distribute" : {
|
|
|
/* android打包配置 */
|
|
@@ -38,12 +42,65 @@
|
|
|
"<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
|
|
|
"<uses-feature android:name=\"android.hardware.camera\"/>",
|
|
|
"<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
|
|
|
- ]
|
|
|
+ ],
|
|
|
+ "abiFilters" : [ "armeabi-v7a", "arm64-v8a" ],
|
|
|
+ "minSdkVersion" : 24,
|
|
|
+ "schemes" : "hchidapp"
|
|
|
},
|
|
|
/* ios打包配置 */
|
|
|
- "ios" : {},
|
|
|
+ "ios" : {
|
|
|
+ "idfa" : false
|
|
|
+ },
|
|
|
/* SDK配置 */
|
|
|
- "sdkConfigs" : {}
|
|
|
+ "sdkConfigs" : {},
|
|
|
+ "icons" : {
|
|
|
+ "android" : {
|
|
|
+ "hdpi" : "unpackage/res/icons/72x72.png",
|
|
|
+ "xhdpi" : "unpackage/res/icons/96x96.png",
|
|
|
+ "xxhdpi" : "unpackage/res/icons/144x144.png",
|
|
|
+ "xxxhdpi" : "unpackage/res/icons/192x192.png"
|
|
|
+ },
|
|
|
+ "ios" : {
|
|
|
+ "appstore" : "unpackage/res/icons/1024x1024.png",
|
|
|
+ "ipad" : {
|
|
|
+ "app" : "unpackage/res/icons/76x76.png",
|
|
|
+ "app@2x" : "unpackage/res/icons/152x152.png",
|
|
|
+ "notification" : "unpackage/res/icons/20x20.png",
|
|
|
+ "notification@2x" : "unpackage/res/icons/40x40.png",
|
|
|
+ "proapp@2x" : "unpackage/res/icons/167x167.png",
|
|
|
+ "settings" : "unpackage/res/icons/29x29.png",
|
|
|
+ "settings@2x" : "unpackage/res/icons/58x58.png",
|
|
|
+ "spotlight" : "unpackage/res/icons/40x40.png",
|
|
|
+ "spotlight@2x" : "unpackage/res/icons/80x80.png"
|
|
|
+ },
|
|
|
+ "iphone" : {
|
|
|
+ "app@2x" : "unpackage/res/icons/120x120.png",
|
|
|
+ "app@3x" : "unpackage/res/icons/180x180.png",
|
|
|
+ "notification@2x" : "unpackage/res/icons/40x40.png",
|
|
|
+ "notification@3x" : "unpackage/res/icons/60x60.png",
|
|
|
+ "settings@2x" : "unpackage/res/icons/58x58.png",
|
|
|
+ "settings@3x" : "unpackage/res/icons/87x87.png",
|
|
|
+ "spotlight@2x" : "unpackage/res/icons/80x80.png",
|
|
|
+ "spotlight@3x" : "unpackage/res/icons/120x120.png"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "nativePlugins" : {
|
|
|
+ "DeviceModule" : {
|
|
|
+ "__plugin_info__" : {
|
|
|
+ "name" : "DeviceModule",
|
|
|
+ "description" : "DeviceModule",
|
|
|
+ "platforms" : "Android",
|
|
|
+ "url" : "",
|
|
|
+ "android_package_name" : "",
|
|
|
+ "ios_bundle_id" : "",
|
|
|
+ "isCloud" : false,
|
|
|
+ "bought" : -1,
|
|
|
+ "pid" : "",
|
|
|
+ "parameters" : {}
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
/* 快应用特有相关 */
|
|
@@ -68,5 +125,14 @@
|
|
|
"uniStatistics" : {
|
|
|
"enable" : false
|
|
|
},
|
|
|
- "vueVersion" : "3"
|
|
|
+ "vueVersion" : "3",
|
|
|
+ "locale" : "zh-Hans",
|
|
|
+ "fallbackLocale" : "en",
|
|
|
+ "h5" : {
|
|
|
+ "title" : "芯片扫描",
|
|
|
+ "router" : {
|
|
|
+ "mode" : "hash",
|
|
|
+ "base" : "./"
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|