mirror of
https://github.com/MisskeyIO/misskey
synced 2024-11-23 22:56:49 +09:00
enhance(client): add new sounds
This commit is contained in:
parent
44058f8b85
commit
47b1b09b21
BIN
packages/frontend/assets/sounds/syuilo/new-aec-oct.mp3
Normal file
BIN
packages/frontend/assets/sounds/syuilo/new-aec-oct.mp3
Normal file
Binary file not shown.
BIN
packages/frontend/assets/sounds/syuilo/new-aec.mp3
Normal file
BIN
packages/frontend/assets/sounds/syuilo/new-aec.mp3
Normal file
Binary file not shown.
BIN
packages/frontend/assets/sounds/syuilo/new-cea-oct.mp3
Normal file
BIN
packages/frontend/assets/sounds/syuilo/new-cea-oct.mp3
Normal file
Binary file not shown.
BIN
packages/frontend/assets/sounds/syuilo/new-cea.mp3
Normal file
BIN
packages/frontend/assets/sounds/syuilo/new-cea.mp3
Normal file
Binary file not shown.
BIN
packages/frontend/assets/sounds/syuilo/new-eca-oct.mp3
Normal file
BIN
packages/frontend/assets/sounds/syuilo/new-eca-oct.mp3
Normal file
Binary file not shown.
BIN
packages/frontend/assets/sounds/syuilo/new-eca.mp3
Normal file
BIN
packages/frontend/assets/sounds/syuilo/new-eca.mp3
Normal file
Binary file not shown.
@ -4,6 +4,12 @@ const cache = new Map<string, HTMLAudioElement>();
|
||||
|
||||
export const soundsTypes = [
|
||||
null,
|
||||
'syuilo/new-eca',
|
||||
'syuilo/new-cea',
|
||||
'syuilo/new-aec',
|
||||
'syuilo/new-eca-oct',
|
||||
'syuilo/new-cea-oct',
|
||||
'syuilo/new-aec-oct',
|
||||
'syuilo/up',
|
||||
'syuilo/down',
|
||||
'syuilo/pope1',
|
||||
|
Loading…
Reference in New Issue
Block a user