From 5a74ec84eafcc5bc86338a729ceda7b085b236c3 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Mon, 29 Jul 2024 10:28:22 +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 --- manifest.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 060c72d..29b5df9 100644 --- a/manifest.json +++ b/manifest.json @@ -20,7 +20,10 @@ "ignoreVersion" : true }, /* 模块配置 */ - "modules" : {}, + "modules" : { + "Barcode" : {}, + "Camera" : {} + }, /* 应用发布信息 */ "distribute" : { /* android打包配置 */ @@ -41,7 +44,8 @@ "", "", "" - ] + ], + "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ] }, /* ios打包配置 */ "ios" : {