From 3881fb6f2e97be4a101da8afad36d737374e4495 Mon Sep 17 00:00:00 2001 From: xiaocp2009 <39615122+xiaocp2009@users.noreply.github.com> Date: Wed, 13 Aug 2025 15:01:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=B8=80=E7=89=88=E9=81=97=E6=BC=8F?= =?UTF-8?q?=E8=A1=A5=E6=8F=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cds-fontend-2025.V1/src/theme/settings.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cds-fontend-2025.V1/src/theme/settings.ts b/cds-fontend-2025.V1/src/theme/settings.ts index c0ab401..86c07b3 100644 --- a/cds-fontend-2025.V1/src/theme/settings.ts +++ b/cds-fontend-2025.V1/src/theme/settings.ts @@ -4,9 +4,11 @@ export const themeSettings: App.Theme.ThemeSetting = { grayscale: false, colourWeakness: false, recommendColor: false, - themeColor: '#0E42D2', + //themeColor: '#0E42D2', + themeColor: '#ef4444',//默认主色 otherColor: { - info: '#0E42D2', + //info: '#0E42D2', + info: '#ef4444',//默认信息色 success: '#009A29', warning: '#D25F00', error: '#CB2634'