feat:对接日志管理

This commit is contained in:
AN
2025-04-16 22:22:09 +08:00
parent ee5afcf20f
commit 8b1be45eb5
26 changed files with 1195 additions and 62 deletions

View File

@ -1,15 +1,15 @@
/** Default theme settings */
export const themeSettings: App.Theme.ThemeSetting = {
themeScheme: 'auto',
themeScheme: 'light',
grayscale: false,
colourWeakness: false,
recommendColor: false,
themeColor: '#0E42D2',
themeColor: '#646CFF',
otherColor: {
info: '#0E42D2',
success: '#009A29',
warning: '#D25F00',
error: '#CB2634'
info: '#646CFF',
success: '#52C41A',
warning: '#FAAD14',
error: '#F5222D'
},
isInfoFollowPrimary: true,
resetCacheStrategy: 'close',