// utils/i18n.ts import { i18n } from '@/main' // 你的 i18n 实例 export function t(key: string, values?: Record) { return i18n.global.t(key, values) }