迁移用户名快捷操作脚本
This commit is contained in:
@@ -24,6 +24,7 @@ export {
|
||||
} from "./chat-room/mobile-drawer.js";
|
||||
export { bindMarriageStatusControls } from "./chat-room/marriage-status.js";
|
||||
export { bindToolbarControls, runFeatureShortcut, runToolbarAction } from "./chat-room/toolbar.js";
|
||||
export { bindUserTargetActions, openUserCard, switchTarget } from "./chat-room/user-target-actions.js";
|
||||
export { bindWelcomeMenuControls } from "./chat-room/welcome-menu.js";
|
||||
export { bindAdminMenuControls } from "./chat-room/admin-menu.js";
|
||||
export {
|
||||
@@ -102,6 +103,7 @@ import {
|
||||
} from "./chat-room/mobile-drawer.js";
|
||||
import { bindMarriageStatusControls } from "./chat-room/marriage-status.js";
|
||||
import { bindToolbarControls, runFeatureShortcut, runToolbarAction } from "./chat-room/toolbar.js";
|
||||
import { bindUserTargetActions, openUserCard, switchTarget } from "./chat-room/user-target-actions.js";
|
||||
import { bindWelcomeMenuControls } from "./chat-room/welcome-menu.js";
|
||||
import { bindAdminMenuControls } from "./chat-room/admin-menu.js";
|
||||
import {
|
||||
@@ -189,6 +191,9 @@ if (typeof window !== "undefined") {
|
||||
bindToolbarControls,
|
||||
runFeatureShortcut,
|
||||
runToolbarAction,
|
||||
bindUserTargetActions,
|
||||
openUserCard,
|
||||
switchTarget,
|
||||
bindWelcomeMenuControls,
|
||||
bindAdminMenuControls,
|
||||
bindBaccaratLossCoverAdminControls,
|
||||
@@ -254,10 +259,12 @@ if (typeof window !== "undefined") {
|
||||
window.closeMobileDrawer = closeMobileDrawer;
|
||||
window.loadMobileRoomList = loadMobileRoomList;
|
||||
window.openMobileDrawer = openMobileDrawer;
|
||||
window.openUserCard = openUserCard;
|
||||
window.renderMobileRoomList = renderMobileRoomList;
|
||||
window.renderMobileUserList = renderMobileUserList;
|
||||
window.scheduleRenderMobileUserList = scheduleRenderMobileUserList;
|
||||
window.switchMobileTab = switchMobileTab;
|
||||
window.switchTarget = switchTarget;
|
||||
window.runFeatureShortcut = runFeatureShortcut;
|
||||
window.runToolbarAction = runToolbarAction;
|
||||
window.openHolidayRunFromSystemMessage = openHolidayRunFromSystemMessage;
|
||||
@@ -286,6 +293,7 @@ if (typeof window !== "undefined") {
|
||||
bindChatToast();
|
||||
bindFriendPanelControls();
|
||||
bindToolbarControls();
|
||||
bindUserTargetActions();
|
||||
bindAdminMenuControls();
|
||||
bindBaccaratLossCoverAdminControls();
|
||||
bindBaccaratLossCoverControls();
|
||||
|
||||
Reference in New Issue
Block a user