以下为部分代码
<!-- 粒子特效配置 -->
<script>
document.addEventListener('DOMContentLoaded', function () {
// 初始化粒子特效
particlesJS('particles-js', {
particles: {
number: {
value: 200, // 粒子数量
density: {
enable: true,
value_area: 800
}
},
color: {
value: '#ffffff' // 粒子颜色
},
shape: {
type: 'circle', // 粒子形状
stroke: {
width: 0,
color: '#000000'
},
polygon: {
nb_sides: 5
}
},