迁移头像和设置弹窗事件绑定

This commit is contained in:
2026-04-25 08:04:22 +08:00
parent 247283a282
commit 89f344bd29
3 changed files with 131 additions and 14 deletions
+4
View File
@@ -20,6 +20,7 @@ export {
submitBaccaratLossCoverEvent,
} from "./chat-room/baccarat-loss-cover-admin.js";
export { bindFishingControls } from "./chat-room/fishing.js";
export { bindProfileControls } from "./chat-room/profile-controls.js";
export {
BLOCKABLE_SYSTEM_SENDERS,
BLOCKED_SYSTEM_SENDERS_STORAGE_KEY,
@@ -64,6 +65,7 @@ import {
submitBaccaratLossCoverEvent,
} from "./chat-room/baccarat-loss-cover-admin.js";
import { bindFishingControls } from "./chat-room/fishing.js";
import { bindProfileControls } from "./chat-room/profile-controls.js";
import {
BLOCKABLE_SYSTEM_SENDERS,
BLOCKED_SYSTEM_SENDERS_STORAGE_KEY,
@@ -114,6 +116,7 @@ if (typeof window !== "undefined") {
openAdminBaccaratLossCoverModal,
submitBaccaratLossCoverEvent,
bindFishingControls,
bindProfileControls,
CHAT_FONT_SIZE_STORAGE_KEY,
restoreChatFontSize,
closeChatImageLightbox,
@@ -162,6 +165,7 @@ if (typeof window !== "undefined") {
bindAdminMenuControls();
bindBaccaratLossCoverAdminControls();
bindFishingControls();
bindProfileControls();
bindChatRightPanelControls();
bindMobileDrawerControls();
bindWelcomeMenuControls();