fix(theme): preserve logo detail across theme colors (#540)

This commit is contained in:
InfinityPacer
2026-07-17 14:18:35 +08:00
committed by GitHub
parent 39dd1b9e00
commit ce32da9176
12 changed files with 418 additions and 103 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import { nextTick } from 'vue'
import { useI18n } from 'vue-i18n'
import { storageRemoteDict } from '@/api/constants'
const DEFAULT_DIRECTORY_ACCENT_RGB = '145, 85, 253'
const DEFAULT_DIRECTORY_ACCENT_RGB = '141, 81, 249'
const STORAGE_ACCENT_COLOR_MAP = {
local: '#FFB400',
alipan: '#00A7F2',