From e52de07528919c54e325b7344ca2d1ba7216bff0 Mon Sep 17 00:00:00 2001 From: wangyifeng <812766448@qq.com> Date: Fri, 30 May 2025 11:08:24 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=8C=89Google=20Play=E4=B8=8A=E6=9E=B6?= =?UTF-8?q?=E8=A6=81=E6=B1=82=E6=9B=B4=E6=94=B9=E5=90=AF=E5=8A=A8=E5=9B=BE?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=EF=BC=9B=E5=BC=80=E5=90=AFfcm=E6=8E=A8?= =?UTF-8?q?=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index bb318e9..9b4bae4 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "oa考勤系统", "appid" : "__UNI__4796942", "description" : "", - "versionName" : "2.3.2", - "versionCode" : 232, + "versionName" : "2.3.3", + "versionCode" : 233, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { @@ -96,7 +96,8 @@ "xxhdpi" : "unpackage/pushicon/72.png" } }, - "meizu" : {} + "meizu" : {}, + "fcm" : {} } }, "maps" : {} @@ -135,13 +136,13 @@ }, "splashscreen" : { "useOriginalMsgbox" : true, - "androidStyle" : "default", + "androidStyle" : "common", "android" : { "hdpi" : "static/image/drawable-hdpi/sy.9.png", "xhdpi" : "static/image/drawable-xhdpi/sy.9.png", "xxhdpi" : "static/image/drawable-xxhdpi/sy.9.png" }, - "iosStyle" : "storyboard", + "iosStyle" : "common", "ios" : { "storyboard" : "files/CustomStoryboard.zip" } From ea89fc391a3b2e5dd9f7757f2ad04c869c94fdd3 Mon Sep 17 00:00:00 2001 From: wangyifeng <812766448@qq.com> Date: Tue, 3 Jun 2025 09:19:17 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=B0=86=E5=90=AF=E5=8A=A8=E5=9B=BE?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E3=80=81=E6=8E=A8=E9=80=81=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=94=B9=E5=9B=9E=E9=9D=9Egoogle=20play=E4=B8=8A=E6=9E=B6?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/manifest.json b/manifest.json index 9b4bae4..424106e 100644 --- a/manifest.json +++ b/manifest.json @@ -96,8 +96,7 @@ "xxhdpi" : "unpackage/pushicon/72.png" } }, - "meizu" : {}, - "fcm" : {} + "meizu" : {} } }, "maps" : {} @@ -136,13 +135,13 @@ }, "splashscreen" : { "useOriginalMsgbox" : true, - "androidStyle" : "common", + "androidStyle" : "default", "android" : { "hdpi" : "static/image/drawable-hdpi/sy.9.png", "xhdpi" : "static/image/drawable-xhdpi/sy.9.png", "xxhdpi" : "static/image/drawable-xxhdpi/sy.9.png" }, - "iosStyle" : "common", + "iosStyle" : "storyboard", "ios" : { "storyboard" : "files/CustomStoryboard.zip" }