feat: 语言采用gpt翻译

This commit is contained in:
lan
2024-06-15 17:38:14 +08:00
parent c09648581c
commit 85054fcba3
23 changed files with 206 additions and 73 deletions
+3 -1
View File
@@ -1,5 +1,6 @@
import zh_cn from './zh_cn';
import zh from './zh';
import es from './es';
import en from './en';
import zh_tw from './zh_tw'
@@ -7,5 +8,6 @@ export default {
zh_cn,
en,
zh_tw,
zh
zh,
es
}