From 9cab1401296744f955e4d69e3ab871a9ca969649 Mon Sep 17 00:00:00 2001 From: ShakeFlower Date: Fri, 4 Jul 2025 10:06:23 +0800 Subject: [PATCH] =?UTF-8?q?chore:=E8=B0=83=E8=8A=82=E5=AD=98=E6=A1=A3?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=E8=83=8C=E6=99=AF=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libs/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ui.js b/libs/ui.js index a7f7fa26..ba60f6a5 100644 --- a/libs/ui.js +++ b/libs/ui.js @@ -3077,7 +3077,7 @@ ui.prototype._drawSLPanel_draw = function (page, max_page) { ui.prototype._drawSLPanel_drawBackground = function () { let backGroundStyle = 'black'; if (core.status.event.id === 'save') backGroundStyle = 'rgb(75, 0, 130)'; - else if (core.status.event.id === 'load') backGroundStyle = 'rgb(173, 216, 230)'; + else if (core.status.event.id === 'load') backGroundStyle = 'rgb(0, 0, 139)'; core.clearMap('ui'); core.setAlpha('ui', 0.85); core.fillRect('ui', 0, 0, this.PIXEL, this.PIXEL, backGroundStyle); //可改成背景图