fix: 默认语言改为中文

This commit is contained in:
2026-07-04 20:22:36 +08:00
parent da37760e04
commit d3f09f0e87
+1 -1
View File
@@ -16,7 +16,7 @@ const messages: Record<string, Messages> = {
} }
const currentLocale = ref<string>( const currentLocale = ref<string>(
localStorage.getItem('locale') || 'en' localStorage.getItem('locale') || 'zh-CN'
) )
export function useI18n() { export function useI18n() {