迁移婚礼弹窗组件脚本

This commit is contained in:
2026-04-25 19:22:13 +08:00
parent 2e8bfb61c2
commit 891e18e83f
3 changed files with 184 additions and 151 deletions
+8
View File
@@ -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;