feat(i18n): 添加国际化支持,更新语言切换功能
All checks were successful
/ build-and-deploy-to-vercel (push) Successful in 2m20s
/ depcheck (push) Successful in 2m27s
/ playwright (push) Successful in 2m1s

This commit is contained in:
严浩
2024-11-06 17:44:32 +08:00
parent e2f60c32a3
commit 40752e555f
6 changed files with 94 additions and 17 deletions

View File

@ -24,7 +24,9 @@
]
},
"pnpm": {
"patchedDependencies": {}
"overrides": {
"import-meta-resolve": "^4.1.0"
}
},
"dependencies": {
"@alova/adapter-axios": "^2.0.9",
@ -49,6 +51,7 @@
"vant": "^4.9.8",
"vite-plugin-webfont-dl": "^3.9.5",
"vue": "^3.5.12",
"vue-i18n": "10",
"vue-page-stack": "^3.2.0",
"vue-router": "^4.4.5"
},