build: 升级 vite 版本(7.3.1 → 8.0.0)

This commit is contained in:
Ray.Hao
2026-03-16 11:55:05 +08:00
parent d6804fc4e0
commit c35403e197
5 changed files with 918 additions and 1112 deletions

View File

@@ -38,7 +38,7 @@ const { locale, t } = useI18n();
/**
* 处理语言切换
*
* @param lang 语言(zh-cnã€<C3A3>enï¼?
* @param lang 语言zh-cn、en<65>?
*/
function handleLanguageChange(lang: string) {
locale.value = lang;