优化移动端布局

This commit is contained in:
liuziting
2026-01-21 19:43:48 +08:00
parent a2c78a84c1
commit 45571d28d4
5 changed files with 201 additions and 109 deletions

View File

@@ -4,7 +4,7 @@ import zh from './locales/zh.json'
const i18n = createI18n({
legacy: false, // 使用 Composition API
locale: localStorage.getItem('language') || 'zh', // 默认
locale: localStorage.getItem('language') || 'en', // 默认
fallbackLocale: 'en',
messages: {
en,