迁移赛马事件脚本

This commit is contained in:
2026-04-25 18:17:11 +08:00
parent 48d646d723
commit 63f6dc7106
3 changed files with 146 additions and 76 deletions
+5
View File
@@ -31,6 +31,7 @@
* - game-panels.js:处理通用游戏面板关闭事件。
* - gomoku-controls.js:处理五子棋外部打开和接受邀请入口。
* - horse-race-fab.js:处理赛马竞猜悬浮按钮拖动与打开面板。
* - horse-race-events.js:处理赛马广播事件和页面恢复当前场次。
* - holiday-modal.js:处理节日福利弹窗、广播监听、领取状态和系统消息入口。
* - initial-state.js:恢复首屏历史消息、欢迎消息、入场特效和挂起婚姻事件。
* - bank-modal.js:处理银行弹窗、转账、排行和标签切换。
@@ -110,6 +111,7 @@ export { bindGameBootstrapControls, deferChatGameBootstrap } from "./chat-room/g
export { bindGamePanelControls } from "./chat-room/game-panels.js";
export { acceptGomokuInvite, bindGomokuControls, openGomokuPanel } from "./chat-room/gomoku-controls.js";
export { bindHorseRaceFabControls, horseRaceFab } from "./chat-room/horse-race-fab.js";
export { bindHorseRaceEvents } from "./chat-room/horse-race-events.js";
export {
bindHolidayModalControls,
buildHolidayClaimActionButton,
@@ -256,6 +258,7 @@ import { bindGameBootstrapControls, deferChatGameBootstrap } from "./chat-room/g
import { bindGamePanelControls } from "./chat-room/game-panels.js";
import { acceptGomokuInvite, bindGomokuControls, openGomokuPanel } from "./chat-room/gomoku-controls.js";
import { bindHorseRaceFabControls, horseRaceFab } from "./chat-room/horse-race-fab.js";
import { bindHorseRaceEvents } from "./chat-room/horse-race-events.js";
import {
bindHolidayModalControls,
buildHolidayClaimActionButton,
@@ -412,6 +415,7 @@ if (typeof window !== "undefined") {
openGomokuPanel,
bindHorseRaceFabControls,
horseRaceFab,
bindHorseRaceEvents,
bindHolidayModalControls,
buildHolidayClaimActionButton,
buildHolidaySystemMessage,
@@ -654,6 +658,7 @@ if (typeof window !== "undefined") {
bindGamePanelControls();
bindGomokuControls();
bindHorseRaceFabControls();
bindHorseRaceEvents();
bindHolidayModalControls();
bindChatInitialStateControls();
bindBankControls();