mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-21 09:27:31 -07:00
This commit is contained in:
parent
ec458a905a
commit
e3def39841
2 changed files with 2 additions and 4 deletions
|
@ -67,8 +67,6 @@ const sounds = ref({
|
|||
note: ColdDeviceStorage.get("sound_note"),
|
||||
noteMy: ColdDeviceStorage.get("sound_noteMy"),
|
||||
notification: ColdDeviceStorage.get("sound_notification"),
|
||||
chat: ColdDeviceStorage.get("sound_chat"),
|
||||
chatBg: ColdDeviceStorage.get("sound_chatBg"),
|
||||
antenna: ColdDeviceStorage.get("sound_antenna"),
|
||||
channel: ColdDeviceStorage.get("sound_channel"),
|
||||
reaction: ColdDeviceStorage.get("sound_reaction"),
|
||||
|
|
|
@ -384,8 +384,8 @@ export class ColdDeviceStorage {
|
|||
sound_note: { type: 'syuilo/n-aec', volume: 0 },
|
||||
sound_noteMy: { type: 'syuilo/n-cea-4va', volume: 0.5 },
|
||||
sound_notification: { type: 'syuilo/n-ea', volume: 0.5 },
|
||||
sound_chat: { type: 'syuilo/pope1', volume: 0.5 },
|
||||
sound_chatBg: { type: 'syuilo/waon', volume: 0.5 },
|
||||
sound_chat: { type: 'syuilo/pope1', volume: 0 },
|
||||
sound_chatBg: { type: 'syuilo/waon', volume: 0 },
|
||||
sound_antenna: { type: 'syuilo/triple', volume: 0.5 },
|
||||
sound_channel: { type: 'syuilo/square-pico', volume: 0.5 },
|
||||
sound_reaction: { type: 'syuilo/bubble2', volume: 0.4 },
|
||||
|
|
Loading…
Reference in a new issue