formats.ts 106 B

12345
  1. export const heardLevel = {
  2. BEGINNER: '入门级',
  3. ADVANCED: '进阶级',
  4. PERFORMER: '大师级',
  5. }