迁移屏蔠菜单事件绑定

This commit is contained in:
2026-04-25 03:45:30 +08:00
parent cf42071c29
commit 1429dee8a6
3 changed files with 36 additions and 3 deletions
+4
View File
@@ -9,6 +9,7 @@ export {
BLOCKABLE_SYSTEM_SENDERS,
BLOCKED_SYSTEM_SENDERS_STORAGE_KEY,
CHAT_SOUND_MUTED_STORAGE_KEY,
bindBlockMenuControls,
bindSoundMuteControl,
isSoundMuted,
loadBlockedSystemSenders,
@@ -38,6 +39,7 @@ import {
BLOCKABLE_SYSTEM_SENDERS,
BLOCKED_SYSTEM_SENDERS_STORAGE_KEY,
CHAT_SOUND_MUTED_STORAGE_KEY,
bindBlockMenuControls,
bindSoundMuteControl,
isSoundMuted,
loadBlockedSystemSenders,
@@ -74,6 +76,7 @@ if (typeof window !== "undefined") {
BLOCKABLE_SYSTEM_SENDERS,
BLOCKED_SYSTEM_SENDERS_STORAGE_KEY,
CHAT_SOUND_MUTED_STORAGE_KEY,
bindBlockMenuControls,
bindSoundMuteControl,
isSoundMuted,
loadBlockedSystemSenders,
@@ -99,4 +102,5 @@ if (typeof window !== "undefined") {
bindChatImageUploadControl();
bindChatRightPanelControls();
bindMobileDrawerControls();
bindBlockMenuControls();
}