From e2ff5a0b02abde637c7277e07dfc868012eb0455 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Tue, 23 Apr 2024 10:04:35 +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 | 3 ++- manifest.json | 21 +++++++++++---------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 2e2901d..5f39b76 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,5 @@ + 原生APP云打包使用自有证书 + 证书别名:testalias + 诺力三期的接口文档:http://47.111.78.178:27017/,账号名字首字母小写 , 密码123456 -+ 屏幕尺寸:854px * 534px \ No newline at end of file ++ 屏幕尺寸:854px * 534px ++ app图标使用lms \ No newline at end of file diff --git a/manifest.json b/manifest.json index 7c235c2..d384e7c 100644 --- a/manifest.json +++ b/manifest.json @@ -21,27 +21,28 @@ }, /* 模块配置 */ "modules" : { - "Barcode" : {} + "Barcode" : {}, + "Camera" : {} }, /* 应用发布信息 */ "distribute" : { /* android打包配置 */ "android" : { "permissions" : [ - "", - "", - "", - "", - "", + "", "", "", + "", "", - "", - "", + "", "", - "", "", - "", + "", + "", + "", + "", + "", + "", "" ], "abiFilters" : [ "armeabi-v7a", "x86" ]