修复:版本修改

This commit is contained in:
2025-12-05 16:02:14 +08:00
parent abb7a81b98
commit 79aa8e3fe6
2 changed files with 6 additions and 6 deletions

View File

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