迁移静音开关事件绑定

This commit is contained in:
2026-04-25 03:39:31 +08:00
parent c858f6af0c
commit e9c3fc989c
4 changed files with 35 additions and 1 deletions
+3
View File
@@ -7,6 +7,7 @@ export {
BLOCKABLE_SYSTEM_SENDERS,
BLOCKED_SYSTEM_SENDERS_STORAGE_KEY,
CHAT_SOUND_MUTED_STORAGE_KEY,
bindSoundMuteControl,
isSoundMuted,
loadBlockedSystemSenders,
normalizeChatPreferences,
@@ -32,6 +33,7 @@ import {
BLOCKABLE_SYSTEM_SENDERS,
BLOCKED_SYSTEM_SENDERS_STORAGE_KEY,
CHAT_SOUND_MUTED_STORAGE_KEY,
bindSoundMuteControl,
isSoundMuted,
loadBlockedSystemSenders,
normalizeChatPreferences,
@@ -63,6 +65,7 @@ if (typeof window !== "undefined") {
BLOCKABLE_SYSTEM_SENDERS,
BLOCKED_SYSTEM_SENDERS_STORAGE_KEY,
CHAT_SOUND_MUTED_STORAGE_KEY,
bindSoundMuteControl,
isSoundMuted,
loadBlockedSystemSenders,
normalizeChatPreferences,