add cnMirror

This commit is contained in:
josc146
2023-05-21 10:49:45 +08:00
parent 8d730d71ba
commit 825cbd15f8
7 changed files with 31 additions and 9 deletions

View File

@@ -48,7 +48,8 @@ class CommonStore {
settings: SettingsType = {
language: getUserLanguage(),
darkMode: !isSystemLightMode(),
autoUpdatesCheck: true
autoUpdatesCheck: true,
cnMirror: getUserLanguage() === 'zh'
};
// about