From e38c0656952f70552170fc4ee72420b0c741919e Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期四, 18 六月 2026 10:04:09 +0800
Subject: [PATCH] 样式修改
---
src/store/modules/settings.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/store/modules/settings.js b/src/store/modules/settings.js
index 226fcac..cbaa912 100644
--- a/src/store/modules/settings.js
+++ b/src/store/modules/settings.js
@@ -17,7 +17,7 @@
const useSettingsStore = defineStore("settings", () => {
const title = ref("");
- const theme = ref(storageSetting.theme || "#374D77");
+ const theme = ref(storageSetting.theme || "#008C8C");
const sideThemeValue = ref(storageSetting.sideTheme || sideTheme);
const showSettingsValue = ref(showSettings);
const topNavValue = ref(storageSetting.topNav === undefined ? topNav : storageSetting.topNav);
--
Gitblit v1.9.3