From 634d2c031fe73327946ec6860f14a724b78971cd Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Fri, 10 May 2024 15:38:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8C=85=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- manifest.json | 12 ++++++++---- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d75492c..5e87867 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,6 @@ + 铜箔二期 + 原生APP云打包使用自有证书 + 证书别名:testalias -+ 当前应用版本名称1.0.1 -+ 当前应用版本号101 ++ 当前应用版本名称1.0.0 ++ 当前应用版本号100 + 线上菜单接口地址:(https://apifox.com/apidoc/shared-cb4996b0-0426-44a6-82a5-0cefe2540fb9/api-152616802) \ No newline at end of file diff --git a/manifest.json b/manifest.json index 85a9085..39a8911 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "海亮铜箔", "appid" : "__UNI__3A002CD", "description" : "海亮铜箔二期手持系统", - "versionName" : "1.0.1", - "versionCode" : 101, + "versionName" : "1.0.0", + "versionCode" : 100, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { @@ -20,7 +20,10 @@ "ignoreVersion" : true }, /* 模块配置 */ - "modules" : {}, + "modules" : { + "Barcode" : {}, + "Camera" : {} + }, /* 应用发布信息 */ "distribute" : { /* android打包配置 */ @@ -41,7 +44,8 @@ "", "", "" - ] + ], + "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ] }, /* ios打包配置 */ "ios" : {