perf: 主题默认跟随系统颜色(自动切换深色浅色模式)

This commit is contained in:
xiaojunnuo
2026-02-15 14:57:00 +08:00
parent e55a3a82fc
commit 32c3ce5c98

View File

@@ -94,7 +94,7 @@ const defaultPreferences: Preferences = {
colorPrimary: "hsl(212 100% 45%)",
colorSuccess: "hsl(144 57% 58%)",
colorWarning: "hsl(42 84% 61%)",
mode: "light",
mode: "auto",
radius: "0.5",
semiDarkHeader: false,
semiDarkSidebar: false,