特性:婚礼结成弹窗触发全员双倍礼花特效,粉金配色浪漫爆炸,持续12秒

This commit is contained in:
2026-03-01 18:35:08 +08:00
parent 1e5d11929e
commit 87d91db1ee
3 changed files with 122 additions and 10 deletions
@@ -673,9 +673,9 @@
const me = window.chatContext.username;
this.isNewlywed = (groomName === me || brideName === me);
this.show = true;
// 播放烟花特效
// 播放婚礼专属双倍礼花特效(全员)
if (window.EffectManager) {
window.EffectManager.play('fireworks');
window.EffectManager.play('wedding-fireworks');
}
},