迁移聊天室初始状态脚本

This commit is contained in:
2026-04-25 14:04:42 +08:00
parent 43d613bfb1
commit f8fb849714
3 changed files with 158 additions and 85 deletions
+4
View File
@@ -42,6 +42,7 @@ export { bindGameHallControls } from "./chat-room/game-hall.js";
export { bindGameBootstrapControls, deferChatGameBootstrap } from "./chat-room/game-bootstrap.js";
export { bindGamePanelControls } from "./chat-room/game-panels.js";
export { bindHolidayModalControls, openHolidayRunFromSystemMessage } from "./chat-room/holiday-modal.js";
export { bindChatInitialStateControls } from "./chat-room/initial-state.js";
export {
bankAction,
bankLoadInfo,
@@ -125,6 +126,7 @@ import { bindGameHallControls } from "./chat-room/game-hall.js";
import { bindGameBootstrapControls, deferChatGameBootstrap } from "./chat-room/game-bootstrap.js";
import { bindGamePanelControls } from "./chat-room/game-panels.js";
import { bindHolidayModalControls, openHolidayRunFromSystemMessage } from "./chat-room/holiday-modal.js";
import { bindChatInitialStateControls } from "./chat-room/initial-state.js";
import {
bankAction,
bankLoadInfo,
@@ -221,6 +223,7 @@ if (typeof window !== "undefined") {
bindGamePanelControls,
bindHolidayModalControls,
openHolidayRunFromSystemMessage,
bindChatInitialStateControls,
loadAdminCurrentLossCoverEvent,
openAdminBaccaratLossCoverModal,
submitBaccaratLossCoverEvent,
@@ -329,6 +332,7 @@ if (typeof window !== "undefined") {
bindGameBootstrapControls();
bindGamePanelControls();
bindHolidayModalControls();
bindChatInitialStateControls();
bindBankControls();
bindFishingControls();
bindMarriageStatusControls();