From d315293335a73a16b29284e42aae7e7acb56be15 Mon Sep 17 00:00:00 2001 From: EasyGuohf <163991322+EasyGuohf@users.noreply.github.com> Date: Sat, 26 Jul 2025 09:58:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=AF=E5=8A=A8=E8=83=8C=E6=99=AF=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- multinavbarsample/src/main/resources/base/element/color.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multinavbarsample/src/main/resources/base/element/color.json b/multinavbarsample/src/main/resources/base/element/color.json index 79b11c2..3c71296 100644 --- a/multinavbarsample/src/main/resources/base/element/color.json +++ b/multinavbarsample/src/main/resources/base/element/color.json @@ -2,7 +2,7 @@ "color": [ { "name": "start_window_background", - "value": "#000000" + "value": "#FFFFFF" } ] } \ No newline at end of file -- Gitee