From 3c7ac2a328aa2445b2ef43c0949d1cd37924d8d0 Mon Sep 17 00:00:00 2001 From: Leo <98382335+gaoziman@users.noreply.github.com> Date: Tue, 8 Jul 2025 22:48:41 +0800 Subject: [PATCH] =?UTF-8?q?feat(theme):=20=E4=BC=98=E5=8C=96=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E6=8A=BD=E5=B1=89=E4=B8=BB=E9=A2=98=E8=89=B2=E5=BD=A9?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 更新主题色彩选择器的调色板配色方案 - 替换原有的明亮色彩为更专业的商务色调 - 新增蓝色系(#0961BEFF)、青色系(#0D9496)、紫色系(#7166F0、#8076C3) - 保留绿色(#18A058)和米色(#FAE5AC)作为辅助色彩 - 提升整体主题色彩的协调性和专业感 --- src/layouts/components/common/SettingDrawer.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/layouts/components/common/SettingDrawer.vue b/src/layouts/components/common/SettingDrawer.vue index ac97a6a..857346e 100644 --- a/src/layouts/components/common/SettingDrawer.vue +++ b/src/layouts/components/common/SettingDrawer.vue @@ -107,10 +107,10 @@ const transitionSelectorOptions = computed(() => { }) const palette = [ - '#ffb8b8', - '#d03050', - '#F0A020', - '#fff200', + '#0961BEFF', + '#0D9496', + '#7166F0', + '#8076C3', '#ffda79', '#18A058', '#006266', @@ -121,8 +121,8 @@ const palette = [ '#be2edd', '#706fd3', '#4834d4', - '#130f40', - '#4b4b4b', + '#18A058', + '#FAE5AC', ] async function resetSetting() {