'优化'
This commit is contained in:
@@ -35,7 +35,7 @@ export function ParticleBackground() {
|
|||||||
outModes: { default: "bounce" },
|
outModes: { default: "bounce" },
|
||||||
speed: 0.3,
|
speed: 0.3,
|
||||||
},
|
},
|
||||||
number: { density: { enable: true, area: 800 }, value: 50 },
|
number: { density: { enable: true, width: 800, height: 800 }, value: 50 },
|
||||||
opacity: { value: { min: 0.1, max: 0.4 } },
|
opacity: { value: { min: 0.1, max: 0.4 } },
|
||||||
shape: { type: "circle" },
|
shape: { type: "circle" },
|
||||||
size: { value: { min: 0.5, max: 2 } },
|
size: { value: { min: 0.5, max: 2 } },
|
||||||
|
|||||||
Reference in New Issue
Block a user