迁移节日福利领取事件

This commit is contained in:
2026-04-25 11:06:31 +08:00
parent ed484c9235
commit 0623120c00
3 changed files with 73 additions and 19 deletions
+6
View File
@@ -34,6 +34,7 @@ export {
export { bindBaccaratLossCoverControls } from "./chat-room/baccarat-loss-cover.js";
export { bindGameHallControls } from "./chat-room/game-hall.js";
export { bindGamePanelControls } from "./chat-room/game-panels.js";
export { bindHolidayModalControls, openHolidayRunFromSystemMessage } from "./chat-room/holiday-modal.js";
export {
bankAction,
bankLoadInfo,
@@ -108,6 +109,7 @@ import {
import { bindBaccaratLossCoverControls } from "./chat-room/baccarat-loss-cover.js";
import { bindGameHallControls } from "./chat-room/game-hall.js";
import { bindGamePanelControls } from "./chat-room/game-panels.js";
import { bindHolidayModalControls, openHolidayRunFromSystemMessage } from "./chat-room/holiday-modal.js";
import {
bankAction,
bankLoadInfo,
@@ -185,6 +187,8 @@ if (typeof window !== "undefined") {
bindBaccaratLossCoverControls,
bindGameHallControls,
bindGamePanelControls,
bindHolidayModalControls,
openHolidayRunFromSystemMessage,
loadAdminCurrentLossCoverEvent,
openAdminBaccaratLossCoverModal,
submitBaccaratLossCoverEvent,
@@ -246,6 +250,7 @@ if (typeof window !== "undefined") {
window.switchMobileTab = switchMobileTab;
window.runFeatureShortcut = runFeatureShortcut;
window.runToolbarAction = runToolbarAction;
window.openHolidayRunFromSystemMessage = openHolidayRunFromSystemMessage;
window.closeAdminBaccaratLossCoverModal = closeAdminBaccaratLossCoverModal;
window.closeCurrentBaccaratLossCoverEvent = closeCurrentBaccaratLossCoverEvent;
window.openAdminBaccaratLossCoverModal = openAdminBaccaratLossCoverModal;
@@ -273,6 +278,7 @@ if (typeof window !== "undefined") {
bindBaccaratLossCoverControls();
bindGameHallControls();
bindGamePanelControls();
bindHolidayModalControls();
bindBankControls();
bindFishingControls();
bindMarriageStatusControls();