迁移静音开关事件绑定

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
@@ -3328,6 +3328,7 @@
void saveChatPreferences();
}
window.toggleSoundMute = toggleSoundMute;
window.ChatRoomTools?.bindSoundMuteControl?.(() => saveChatPreferences());
// ── 发送消息(Enter 发送,防 IME 输入法重复触发)────────