From 429d0608810b01f7d3b237e08e00f204d4c7d641 Mon Sep 17 00:00:00 2001 From: ShakeFlower Date: Sun, 27 Jul 2025 18:34:01 +0800 Subject: [PATCH] =?UTF-8?q?chore:=E5=AD=98=E8=AF=BB=E6=A1=A3=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E9=A2=9C=E8=89=B2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libs/ui.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libs/ui.js b/libs/ui.js index 0cb7b66d..0e8af46b 100644 --- a/libs/ui.js +++ b/libs/ui.js @@ -3253,8 +3253,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(0, 0, 139)'; + if (core.status.event.id === 'save') backGroundStyle = 'rgb(85, 0, 140)'; core.clearMap('ui'); core.setAlpha('ui', 0.85); core.fillRect('ui', 0, 0, this.PIXEL, this.PIXEL, backGroundStyle); //可改成背景图