又从网上扒下的鼠标特效(烟火+爱心)
在页面的body文件中插入两个鼠标特效烟火特效mouse-click.jsclass Circle { constructor({ origin, speed, color, angle, context }) { this.origin = origin this.position = { ...this.origin } this.color = color this.speed = speed this.angle = angle this.








