index.ts 88 B

1234567
  1. /**
  2. * 多语言类型
  3. */
  4. export const enum LanguageType {
  5. ZH = 'zh',
  6. EN = 'en',
  7. }