1
0
mirror of https://gitee.com/bitdance-team/chrome-extension synced 2025-01-10 13:48:14 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

♥上去一像素

This commit is contained in:
xiao_io 2022-02-09 20:38:05 +08:00
parent 8314de113c
commit 3fedde8f99

View File

@ -73,7 +73,7 @@ $(function() {
hearts.push({
el: d,
x: event.clientX,
y: event.clientY,
y: event.clientY - 12,
scale: 1,
alpha: 1,
color: randomColor()