收口聊天室安全边界并优化特效生命周期

This commit is contained in:
2026-04-25 02:52:30 +08:00
parent 4d3f4f7a4b
commit 855d031b04
26 changed files with 1219 additions and 175 deletions
@@ -167,8 +167,8 @@
}
this.restoreVideoDOM();
if (typeof EffectManager !== 'undefined' && typeof EffectManager.audioManager !== 'undefined') {
EffectManager.audioManager.sounds.gold_received?.play().catch(()=>{});
if (typeof EffectSounds !== 'undefined') {
EffectSounds.ding();
}
},
@@ -308,8 +308,8 @@
}
// 播放到账特定金币音效
if (typeof EffectManager !== 'undefined' && typeof EffectManager.audioManager !== 'undefined') {
EffectManager.audioManager.sounds.gold_received?.play().catch(()=>{});
if (typeof EffectSounds !== 'undefined') {
EffectSounds.ding();
}
if (data.level_up) {