修复:版本检测及默认语言设置修改

This commit is contained in:
2025-12-03 15:56:51 +08:00
parent ca581eeca2
commit fa21c7bb74
4 changed files with 21 additions and 36 deletions

View File

@@ -3,6 +3,6 @@ import zhHans from './zh-Hans.json'
// import zhHant from './zh-Hant.json'
// import ja from './ja.json'
export default {
en,
'zh-Hans': zhHans
'zh-Hans': zhHans,
en
}