From ef52095f5e9f0a9fe2da779bb1573947d77d75b6 Mon Sep 17 00:00:00 2001 From: jhzh <1628036192@qq.com> Date: Fri, 22 May 2026 10:53:01 +0800 Subject: [PATCH] 1 --- src/config/theme.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/theme.js b/src/config/theme.js index bfece70..9daf75e 100644 --- a/src/config/theme.js +++ b/src/config/theme.js @@ -1,4 +1,4 @@ -let theme = 'dark' -// let theme = 'light' +// let theme = 'dark' +let theme = 'light' export const THEME = theme \ No newline at end of file -- Gitblit v1.9.3