mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2026-02-06 13:05:09 +00:00
fix:修复webui已知bug
This commit is contained in:
@@ -35,9 +35,9 @@ enum ThemeMode {
|
||||
Auto = 'auto',
|
||||
}
|
||||
const themeLabelMap: Record<string, ThemeMode> = {
|
||||
浅色: ThemeMode.Light,
|
||||
深色: ThemeMode.Dark,
|
||||
自动: ThemeMode.Auto,
|
||||
"浅色": ThemeMode.Light,
|
||||
"深色": ThemeMode.Dark,
|
||||
"自动": ThemeMode.Auto,
|
||||
};
|
||||
const show = ref<boolean>(true);
|
||||
const createSetThemeAttributeFunction = () => {
|
||||
|
||||
Reference in New Issue
Block a user