feat:国际化多语言适配

This commit is contained in:
2025-10-29 15:48:40 +08:00
parent 985d739324
commit 3d67dc928d
41 changed files with 2636 additions and 2801 deletions
+8
View File
@@ -0,0 +1,8 @@
import zhCN from './zh-CN.js'
import enUS from './en-US.js'
export default {
'zh-CN': zhCN,
'en-US': enUS
}