From bba4046da481abccecf541e76f17a2e32a4cc344 Mon Sep 17 00:00:00 2001 From: lxf <1371462558@qq.com> Date: Thu, 10 Jul 2025 18:10:29 +0800 Subject: [PATCH] 登录界面 --- src/config/theme.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/config/theme.js b/src/config/theme.js index 3f9ec7d..538d70e 100644 --- a/src/config/theme.js +++ b/src/config/theme.js @@ -1,3 +1,3 @@ -let theme = 'dark' +let theme = 'day' // 'dark' export const THEME = theme \ No newline at end of file -- Gitblit v1.9.3