mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-06 18:36:55 +08:00
feat: 更新App.vue组件,调整Tooltip颜色设置以优化暗黑模式下的可读性
This commit is contained in:
@@ -99,7 +99,8 @@ const themeOverrides = computed(() => {
|
||||
'Inter ,"Noto Sans SC",-apple-system,blinkmacsystemfont,"Segoe UI",roboto,"Helvetica Neue",arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"!important',
|
||||
},
|
||||
Tooltip: {
|
||||
color: isDarkMode.value ? '#101014' : '#FFFFFF',
|
||||
color: isDarkMode.value ? '#48484e' : '#FFFFFF',
|
||||
textColor: isDarkMode.value ? '#FFFFFF' : '#333639',
|
||||
}
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user