我正在使用particle.js;我想增加鼠标滚动上的粒子数量。可能吗 ?如何增加
这是我的代码笔链接:
https://codepen.io/soumyapalwebskitters/pen/KjzRgq
自定义代码为:
select
t1.Code,
stuff((select distinct top 100 percent ',' + t.Type from t
where t.Code = t1.Code order by ',' + t.Type
for XML path('')), 1,1, '') as Type,
stuff((select distinct ',' + t.Amount from t
where t.Code = t1.Code
for XML path('')), 1,1, '') as Amount,
t1.Date
from t as t1
where t1.rn = 1
order by t1.Date