theluyuan 38ba663466
Some checks failed
Close stale issues and PRs / stale (push) Has been cancelled
init
2025-09-02 14:49:16 +08:00

8 lines
190 B
TypeScript

/**
* The name of the bundled audio file which will be played for the incoming chat
* message sound.
*
* @type {string}
*/
export const INCOMING_MSG_SOUND_FILE = 'incomingMessage.mp3';