From e8e091be0653856edefa9582712db5f1a0833cc6 Mon Sep 17 00:00:00 2001 From: lxf <1371462558@qq.com> Date: Fri, 11 Jul 2025 11:57:34 +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