feat(client): add new gabber kick sounds
This commit is contained in:
parent
f1855020ad
commit
f3e869ddae
8 changed files with 7 additions and 1 deletions
|
@ -21,6 +21,7 @@ You should also include the user name that made the change.
|
|||
|
||||
### Improvements
|
||||
- Server: improve syslog performance @syuilo
|
||||
- Client: Add new gabber kick sounds (thanks for noizenecio)
|
||||
|
||||
### Bugfixes
|
||||
- Server: 引用内の文章がnyaizeされてしまう問題を修正 @kabo2468
|
||||
|
|
BIN
packages/client/assets/sounds/noizenecio/kick_gaba3.mp3
Normal file
BIN
packages/client/assets/sounds/noizenecio/kick_gaba3.mp3
Normal file
Binary file not shown.
BIN
packages/client/assets/sounds/noizenecio/kick_gaba4.mp3
Normal file
BIN
packages/client/assets/sounds/noizenecio/kick_gaba4.mp3
Normal file
Binary file not shown.
BIN
packages/client/assets/sounds/noizenecio/kick_gaba5.mp3
Normal file
BIN
packages/client/assets/sounds/noizenecio/kick_gaba5.mp3
Normal file
Binary file not shown.
BIN
packages/client/assets/sounds/noizenecio/kick_gaba6.mp3
Normal file
BIN
packages/client/assets/sounds/noizenecio/kick_gaba6.mp3
Normal file
Binary file not shown.
BIN
packages/client/assets/sounds/noizenecio/kick_gaba7.mp3
Normal file
BIN
packages/client/assets/sounds/noizenecio/kick_gaba7.mp3
Normal file
Binary file not shown.
|
@ -73,8 +73,13 @@ const soundsTypes = [
|
|||
'aisha/1',
|
||||
'aisha/2',
|
||||
'aisha/3',
|
||||
'noizenecio/kick_gaba',
|
||||
'noizenecio/kick_gaba1',
|
||||
'noizenecio/kick_gaba2',
|
||||
'noizenecio/kick_gaba3',
|
||||
'noizenecio/kick_gaba4',
|
||||
'noizenecio/kick_gaba5',
|
||||
'noizenecio/kick_gaba6',
|
||||
'noizenecio/kick_gaba7',
|
||||
];
|
||||
|
||||
async function edit(type) {
|
||||
|
|
Loading…
Reference in a new issue