mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-28 19:08:32 +08:00
Merge 4053421c7e into 5d169e933a
This commit is contained in:
commit
3f89243b6e
3 changed files with 2 additions and 0 deletions
|
|
@ -697,6 +697,7 @@
|
|||
<button data-config-value="13">wholetone</button>
|
||||
<button data-config-value="14">fist fight</button>
|
||||
<button data-config-value="15">rubber keys</button>
|
||||
<button data-config-value="16">fart</button></button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section fullWidth" data-config-name="playSoundOnError">
|
||||
|
|
|
|||
BIN
frontend/static/sound/click16/click16_1.mp3
Normal file
BIN
frontend/static/sound/click16/click16_1.mp3
Normal file
Binary file not shown.
|
|
@ -143,6 +143,7 @@ export const PlaySoundOnClickSchema = z.enum([
|
|||
"13",
|
||||
"14",
|
||||
"15",
|
||||
"16",
|
||||
]);
|
||||
export type PlaySoundOnClick = z.infer<typeof PlaySoundOnClickSchema>;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue