From 48666f30c08b802ccf7c016212eab6561e10af26 Mon Sep 17 00:00:00 2001 From: mengfanliang Date: Wed, 26 Feb 2025 20:01:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=AE=89=E5=8D=93?= =?UTF-8?q?=E6=89=93=E5=8C=85=E5=90=8E,=E5=9C=A8=E6=89=8B=E6=9C=BA?= =?UTF-8?q?=E4=B8=8A=E6=97=A0=E6=B3=95=E8=B0=83=E8=B5=B7=E5=89=8D=E7=BD=AE?= =?UTF-8?q?=E6=91=84=E5=83=8F=E5=A4=B4=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 43 +++++++++++++++++++++++++------------------ 1 file changed, 25 insertions(+), 18 deletions(-) diff --git a/manifest.json b/manifest.json index caf6c69..04f30c8 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name" : "秦港相关方", - "appid" : "__UNI__97E1400", + "appid" : "__UNI__1CB19A9", "description" : "秦港相关方", "versionName" : "1.0.42", "versionCode" : 42, @@ -26,6 +26,7 @@ "VideoPlayer" : {}, "iBeacon" : {}, "Fingerprint" : {}, + "LivePusher" : {}, "Camera" : {}, "Maps" : {} }, @@ -34,23 +35,29 @@ /* android打包配置 */ "android" : { "permissions" : [ - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "", - "" - ] + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "" + ], + "abiFilters" : [ "armeabi-v7a", "arm64-v8a", "x86" ] }, /* ios打包配置 */ "ios" : {