迁移娱乐大厅脚本
This commit is contained in:
@@ -44,7 +44,7 @@ export {
|
||||
openBaccaratLossCoverModal,
|
||||
switchBaccaratLossCoverTab,
|
||||
} from "./chat-room/baccarat-loss-cover.js";
|
||||
export { bindGameHallControls } from "./chat-room/game-hall.js";
|
||||
export { bindGameHallControls, closeGameHall, openGameHall } 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";
|
||||
@@ -134,7 +134,7 @@ import {
|
||||
openBaccaratLossCoverModal,
|
||||
switchBaccaratLossCoverTab,
|
||||
} from "./chat-room/baccarat-loss-cover.js";
|
||||
import { bindGameHallControls } from "./chat-room/game-hall.js";
|
||||
import { bindGameHallControls, closeGameHall, openGameHall } 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";
|
||||
@@ -234,6 +234,8 @@ if (typeof window !== "undefined") {
|
||||
openBaccaratLossCoverModal,
|
||||
switchBaccaratLossCoverTab,
|
||||
bindGameHallControls,
|
||||
closeGameHall,
|
||||
openGameHall,
|
||||
bindGameBootstrapControls,
|
||||
deferChatGameBootstrap,
|
||||
bindGamePanelControls,
|
||||
@@ -324,8 +326,10 @@ if (typeof window !== "undefined") {
|
||||
window.bankLoadInfo = bankLoadInfo;
|
||||
window.bankShowMsg = bankShowMsg;
|
||||
window.closeBankModal = closeBankModal;
|
||||
window.closeGameHall = closeGameHall;
|
||||
window.fetchBankRanking = fetchBankRanking;
|
||||
window.deferChatGameBootstrap = deferChatGameBootstrap;
|
||||
window.openGameHall = openGameHall;
|
||||
window.openBankModal = openBankModal;
|
||||
window.switchBankTab = switchBankTab;
|
||||
window.toggleBankRankSort = toggleBankRankSort;
|
||||
|
||||
Reference in New Issue
Block a user