This commit is contained in:
icssoa
2025-07-21 18:25:48 +08:00
parent 6d8193880a
commit 49c9595959
3 changed files with 97 additions and 96 deletions

View File

@@ -13,7 +13,7 @@ const messages = {
};
// 当前语言,默认中文
export const locale = ref<string>(config.locale);
export const locale = ref<string>("");
// 设置当前语言
export const setLocale = (value: string) => {