fix: 🐛 限制撒花动画数量,避免页面卡顿和内存泄漏

This commit is contained in:
log1997
2026-01-30 11:20:48 +08:00
committed by LOG1997
parent af4d562a20
commit ab38b3a18e
4 changed files with 8 additions and 136 deletions

View File

@@ -1 +1,2 @@
export const SINGLE_TIME_MAX_PERSON_COUNT = 30
export const CONFETTI_FIRE_MAX_COUNT = 12