🐛 Fix theme switching

This commit is contained in:
2024-07-31 13:29:26 +08:00
parent 771b2029b0
commit dfdf7b23c8
11 changed files with 156 additions and 116 deletions

View File

@ -310,5 +310,8 @@ const i18nEnglish = {
'themeColorRed': 'Modern Red',
'themeColorBlue': 'Classic Blue',
'themeColorMiku': 'Miku Blue',
'themeColorApplied': 'Global theme color has been saved, restart to get applied.',
'themeColorKagamine': 'Kagamine Yellow',
'themeColorLuka': 'Luka Pink',
'themeColorApplied':
'Global theme color has been applied, dark mode theme need restart to get applied.',
};

View File

@ -287,5 +287,7 @@ const i18nSimplifiedChinese = {
'themeColorRed': '现代红',
'themeColorBlue': '经典蓝',
'themeColorMiku': '未来色',
'themeColorApplied': '全局主题颜色已保存,重启后生效。',
'themeColorKagamine': '镜音黄',
'themeColorLuka': '流音粉',
'themeColorApplied': '全局主题颜色已应用,深色模式中主题需要重启生效',
};