/** 语言可选项类型 */ export type VmLang = 'en-US' | 'zh-CN';