登录、我的、仓储页面以及逻辑编写

This commit is contained in:
zx
2026-03-17 10:49:59 +08:00
parent d0755147c0
commit 100ea5a0d1
348 changed files with 43967 additions and 68 deletions

View File

@@ -0,0 +1,12 @@
import en from './en.json'
import es from './es.json'
import fr from './fr.json'
import zhHans from './zh-Hans.json'
import zhHant from './zh-Hant.json'
export default {
en,
es,
fr,
'zh-Hans': zhHans,
'zh-Hant': zhHant
}