From 9337c3cf960b60078558b7f942fd27f1ab39364b Mon Sep 17 00:00:00 2001 From: 李凌 <344137771@qq.com> Date: Tue, 16 Dec 2025 18:29:46 +0800 Subject: [PATCH] 改黑夜样式 --- 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 9daf75e..bfece70 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