From b009767664b350bb8c3d730db0085f62202f0164 Mon Sep 17 00:00:00 2001 From: zhangdi <15053473693@163.com> Date: Thu, 4 Sep 2025 10:44:13 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=89=E4=B8=AD=E6=A0=B7=E5=BC=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/store/modules/common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store/modules/common.js b/src/store/modules/common.js index 121680c..507143b 100644 --- a/src/store/modules/common.js +++ b/src/store/modules/common.js @@ -11,7 +11,7 @@ const common = { isRefresh: true, isLock: getStore({ name: 'isLock' }), colorName: getStore({ name: 'colorName' }) || '#2C77F1', - themeName: getStore({ name: 'themeName' }) || 'theme-white', + themeName: getStore({ name: 'themeName' }) || 'theme-go', lockPasswd: getStore({ name: 'lockPasswd' }) || '', website: website, setting: website.setting,