import I18n from "@/languages/index"; // 直接使用全局实例 export const t = (key: string) => { return I18n.global.t(key); };