您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

sounds.ts 320B

12345678910111213
  1. /**
  2. * The name of the bundled audio file which will be played when e2ee is disabled.
  3. *
  4. * @type {string}
  5. */
  6. export const E2EE_OFF_SOUND_FILE = 'e2eeOff.mp3';
  7. /**
  8. * The name of the bundled audio file which will be played when e2ee is enabled.
  9. *
  10. * @type {string}
  11. */
  12. export const E2EE_ON_SOUND_FILE = 'e2eeOn.mp3';