迁移婚礼弹窗组件脚本
This commit is contained in:
@@ -105,6 +105,8 @@ export {
|
||||
marriageProposeModal,
|
||||
openProposeModal,
|
||||
openWeddingSetupModal,
|
||||
weddingEnvelopeModal,
|
||||
weddingSetupModal,
|
||||
} from "./chat-room/marriage-modals.js";
|
||||
export { bindToolbarControls, runFeatureShortcut, runToolbarAction } from "./chat-room/toolbar.js";
|
||||
export { bindUserCardControls, userCardComponent } from "./chat-room/user-card.js";
|
||||
@@ -288,6 +290,8 @@ import {
|
||||
marriageProposeModal,
|
||||
openProposeModal,
|
||||
openWeddingSetupModal,
|
||||
weddingEnvelopeModal,
|
||||
weddingSetupModal,
|
||||
} from "./chat-room/marriage-modals.js";
|
||||
import { bindToolbarControls, runFeatureShortcut, runToolbarAction } from "./chat-room/toolbar.js";
|
||||
import { bindUserCardControls, userCardComponent } from "./chat-room/user-card.js";
|
||||
@@ -566,6 +570,8 @@ if (typeof window !== "undefined") {
|
||||
openMarriageStatusModal,
|
||||
openProposeModal,
|
||||
openWeddingSetupModal,
|
||||
weddingEnvelopeModal,
|
||||
weddingSetupModal,
|
||||
renderMarriedList,
|
||||
renderMarriageStatus,
|
||||
switchMarriageTab,
|
||||
@@ -750,6 +756,8 @@ if (typeof window !== "undefined") {
|
||||
window.marriageProposeModal = marriageProposeModal;
|
||||
window.openProposeModal = openProposeModal;
|
||||
window.openWeddingSetupModal = openWeddingSetupModal;
|
||||
window.weddingEnvelopeModal = weddingEnvelopeModal;
|
||||
window.weddingSetupModal = weddingSetupModal;
|
||||
window.renderMarriedList = renderMarriedList;
|
||||
window.renderMarriageStatus = renderMarriageStatus;
|
||||
window.switchMarriageTab = switchMarriageTab;
|
||||
|
||||
Reference in New Issue
Block a user