打包配置

This commit is contained in:
2024-05-10 15:38:03 +08:00
parent 1a12c9bfad
commit 634d2c031f
2 changed files with 10 additions and 6 deletions

View File

@@ -2,6 +2,6 @@
+ 铜箔二期 + 铜箔二期
+ 原生APP云打包使用自有证书 + 原生APP云打包使用自有证书
+ 证书别名testalias + 证书别名testalias
+ 当前应用版本名称1.0.1 + 当前应用版本名称1.0.0
+ 当前应用版本号101 + 当前应用版本号100
+ 线上菜单接口地址:(https://apifox.com/apidoc/shared-cb4996b0-0426-44a6-82a5-0cefe2540fb9/api-152616802) + 线上菜单接口地址:(https://apifox.com/apidoc/shared-cb4996b0-0426-44a6-82a5-0cefe2540fb9/api-152616802)

View File

@@ -2,8 +2,8 @@
"name" : "海亮铜箔", "name" : "海亮铜箔",
"appid" : "__UNI__3A002CD", "appid" : "__UNI__3A002CD",
"description" : "海亮铜箔二期手持系统", "description" : "海亮铜箔二期手持系统",
"versionName" : "1.0.1", "versionName" : "1.0.0",
"versionCode" : 101, "versionCode" : 100,
"transformPx" : false, "transformPx" : false,
/* 5+App */ /* 5+App */
"app-plus" : { "app-plus" : {
@@ -20,7 +20,10 @@
"ignoreVersion" : true "ignoreVersion" : true
}, },
/* */ /* */
"modules" : {}, "modules" : {
"Barcode" : {},
"Camera" : {}
},
/* */ /* */
"distribute" : { "distribute" : {
/* android */ /* android */
@@ -41,7 +44,8 @@
"<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>", "<uses-permission android:name=\"android.permission.FLASHLIGHT\"/>",
"<uses-feature android:name=\"android.hardware.camera\"/>", "<uses-feature android:name=\"android.hardware.camera\"/>",
"<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>" "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
] ],
"abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ]
}, },
/* ios */ /* ios */
"ios" : { "ios" : {