迁移功能菜单快捷入口

This commit is contained in:
2026-04-25 10:16:14 +08:00
parent 4b1d47e96c
commit 318aeba684
3 changed files with 19 additions and 52 deletions
+6 -2
View File
@@ -19,7 +19,7 @@ export {
switchMobileTab,
} from "./chat-room/mobile-drawer.js";
export { bindMarriageStatusControls } from "./chat-room/marriage-status.js";
export { bindToolbarControls } from "./chat-room/toolbar.js";
export { bindToolbarControls, runFeatureShortcut, runToolbarAction } from "./chat-room/toolbar.js";
export { bindWelcomeMenuControls } from "./chat-room/welcome-menu.js";
export { bindAdminMenuControls } from "./chat-room/admin-menu.js";
export {
@@ -88,7 +88,7 @@ import {
switchMobileTab,
} from "./chat-room/mobile-drawer.js";
import { bindMarriageStatusControls } from "./chat-room/marriage-status.js";
import { bindToolbarControls } from "./chat-room/toolbar.js";
import { bindToolbarControls, runFeatureShortcut, runToolbarAction } from "./chat-room/toolbar.js";
import { bindWelcomeMenuControls } from "./chat-room/welcome-menu.js";
import { bindAdminMenuControls } from "./chat-room/admin-menu.js";
import {
@@ -163,6 +163,8 @@ if (typeof window !== "undefined") {
scheduleRenderMobileUserList,
switchMobileTab,
bindToolbarControls,
runFeatureShortcut,
runToolbarAction,
bindWelcomeMenuControls,
bindAdminMenuControls,
bindBaccaratLossCoverAdminControls,
@@ -225,6 +227,8 @@ if (typeof window !== "undefined") {
window.renderMobileUserList = renderMobileUserList;
window.scheduleRenderMobileUserList = scheduleRenderMobileUserList;
window.switchMobileTab = switchMobileTab;
window.runFeatureShortcut = runFeatureShortcut;
window.runToolbarAction = runToolbarAction;
window.closeAdminBaccaratLossCoverModal = closeAdminBaccaratLossCoverModal;
window.closeCurrentBaccaratLossCoverEvent = closeCurrentBaccaratLossCoverEvent;
window.openAdminBaccaratLossCoverModal = openAdminBaccaratLossCoverModal;