Make theme switcher easier to use

This commit is contained in:
2024-07-31 22:48:22 +08:00
parent 31d50bfb1f
commit 52e58fce3d
9 changed files with 149 additions and 111 deletions

View File

@ -312,6 +312,5 @@ const i18nEnglish = {
'themeColorMiku': 'Miku Blue',
'themeColorKagamine': 'Kagamine Yellow',
'themeColorLuka': 'Luka Pink',
'themeColorApplied':
'Global theme color has been applied, dark mode theme need restart to get applied.',
'themeColorApplied': 'Global theme color has been applied.',
};

View File

@ -289,5 +289,5 @@ const i18nSimplifiedChinese = {
'themeColorMiku': '未来色',
'themeColorKagamine': '镜音黄',
'themeColorLuka': '流音粉',
'themeColorApplied': '全局主题颜色已应用,深色模式中主题需要重启生效',
'themeColorApplied': '全局主题颜色已应用',
};