From 4e060ba04e97107a4b000e0232c818912a83e9d0 Mon Sep 17 00:00:00 2001 From: lxf <1371462558@qq.com> Date: Tue, 08 Jul 2025 20:08:03 +0800 Subject: [PATCH] style --- 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