From 4f1fee4e5f08e2dc0537d4173bb8e5726749a50a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=96=AA=E5=90=8D?= <942005050@qq.com> Date: Thu, 12 Oct 2023 08:00:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E4=B8=BB=E9=A2=98=E9=A2=9C?= =?UTF-8?q?=E8=89=B2=E6=A0=B9=E6=8D=AE=E5=BD=93=E5=89=8D=E6=B5=8F=E8=A7=88?= =?UTF-8?q?=E5=99=A8=E4=B8=BB=E9=A2=98=E9=A2=9C=E8=89=B2=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 13d7c51eb..c0d50c3af 100644 --- a/src/App.vue +++ b/src/App.vue @@ -16,7 +16,8 @@ const { wsCache } = useCache() // 根据浏览器当前主题设置系统主题色 const setDefaultTheme = () => { - let isDarkTheme = wsCache.get(CACHE_KEY.IS_DARK) + // let isDarkTheme = wsCache.get(CACHE_KEY.IS_DARK) + let isDarkTheme = false if (isDarkTheme === null) { isDarkTheme = isDark() }