迁移商店弹窗基础按钮事件绑定

This commit is contained in:
2026-04-25 08:05:33 +08:00
parent 89f344bd29
commit 0526419dbc
3 changed files with 71 additions and 5 deletions
+4
View File
@@ -21,6 +21,7 @@ export {
} from "./chat-room/baccarat-loss-cover-admin.js";
export { bindFishingControls } from "./chat-room/fishing.js";
export { bindProfileControls } from "./chat-room/profile-controls.js";
export { bindShopControls } from "./chat-room/shop-controls.js";
export {
BLOCKABLE_SYSTEM_SENDERS,
BLOCKED_SYSTEM_SENDERS_STORAGE_KEY,
@@ -66,6 +67,7 @@ import {
} from "./chat-room/baccarat-loss-cover-admin.js";
import { bindFishingControls } from "./chat-room/fishing.js";
import { bindProfileControls } from "./chat-room/profile-controls.js";
import { bindShopControls } from "./chat-room/shop-controls.js";
import {
BLOCKABLE_SYSTEM_SENDERS,
BLOCKED_SYSTEM_SENDERS_STORAGE_KEY,
@@ -117,6 +119,7 @@ if (typeof window !== "undefined") {
submitBaccaratLossCoverEvent,
bindFishingControls,
bindProfileControls,
bindShopControls,
CHAT_FONT_SIZE_STORAGE_KEY,
restoreChatFontSize,
closeChatImageLightbox,
@@ -166,6 +169,7 @@ if (typeof window !== "undefined") {
bindBaccaratLossCoverAdminControls();
bindFishingControls();
bindProfileControls();
bindShopControls();
bindChatRightPanelControls();
bindMobileDrawerControls();
bindWelcomeMenuControls();