From a440dea28795d863d6d77e52be4e16a3c2bc9b33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Tue, 1 Nov 2022 17:06:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 9dd854c..455cb58 100644 --- a/manifest.json +++ b/manifest.json @@ -62,9 +62,9 @@ "splashscreen" : { "androidStyle" : "default", "android" : { - "xxhdpi" : "static/启动页.png", - "hdpi" : "static/启动页.png", - "xhdpi" : "static/启动页.png" + "xxhdpi" : "static/xxhdpi.png", + "hdpi" : "static/hdpi.png", + "xhdpi" : "static/xhdpi.png" }, "useOriginalMsgbox" : true }