From 0e250d8eaf92daae91a1eeb03bb184fe3aa30315 Mon Sep 17 00:00:00 2001 From: Tuzki <1720599558@qq.com> Date: Tue, 9 Sep 2025 11:44:52 +0800 Subject: [PATCH] =?UTF-8?q?feat(manifest):=20=E6=9B=B4=E6=96=B0=E5=BE=AE?= =?UTF-8?q?=E4=BF=A1=E5=B0=8F=E7=A8=8B=E5=BA=8F=20appid=20=E5=B9=B6?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=90=AF=E5=8A=A8=E5=B1=8F=E9=85=8D=E7=BD=AE?= =?UTF-8?q?-=20=E6=9B=B4=E6=96=B0=E5=BE=AE=E4=BF=A1=E5=B0=8F=E7=A8=8B?= =?UTF-8?q?=E5=BA=8F=20appid=20=E4=B8=BA=20wxc2531538ecd3f593-=20=E5=9C=A8?= =?UTF-8?q?=20manifest.json=20=E4=B8=AD=E6=B7=BB=E5=8A=A0=20splashscreen?= =?UTF-8?q?=20=E9=85=8D=E7=BD=AE=EF=BC=8C=E4=BD=BF=E7=94=A8=20common=20?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 8918ac3..fc45642 100644 --- a/manifest.json +++ b/manifest.json @@ -50,14 +50,17 @@ /* ios打包配置 */ "ios" : {}, /* SDK配置 */ - "sdkConfigs" : {} + "sdkConfigs" : {}, + "splashscreen" : { + "androidStyle" : "common" + } } }, /* 快应用特有相关 */ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "wx43f2232676218ce3", + "appid" : "wxc2531538ecd3f593", "setting" : { "urlCheck" : false, "es6" : true,