上一版遗漏补提

This commit is contained in:
xiaocp2009 2025-08-13 15:01:48 +08:00
parent aa10943227
commit 3881fb6f2e

View File

@ -4,9 +4,11 @@ export const themeSettings: App.Theme.ThemeSetting = {
grayscale: false, grayscale: false,
colourWeakness: false, colourWeakness: false,
recommendColor: false, recommendColor: false,
themeColor: '#0E42D2', //themeColor: '#0E42D2',
themeColor: '#ef4444',//默认主色
otherColor: { otherColor: {
info: '#0E42D2', //info: '#0E42D2',
info: '#ef4444',//默认信息色
success: '#009A29', success: '#009A29',
warning: '#D25F00', warning: '#D25F00',
error: '#CB2634' error: '#CB2634'