From f132a6b1a666909be7383ce901e51ac4c1ec7790 Mon Sep 17 00:00:00 2001 From: eric Date: Tue, 10 Mar 2026 01:51:59 -0500 Subject: [PATCH] =?UTF-8?q?'=E4=BC=98=E5=8C=96'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/ParticleBackground.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/ParticleBackground.tsx b/app/components/ParticleBackground.tsx index 2b4e1cc..1423801 100644 --- a/app/components/ParticleBackground.tsx +++ b/app/components/ParticleBackground.tsx @@ -35,7 +35,7 @@ export function ParticleBackground() { outModes: { default: "bounce" }, 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 } }, shape: { type: "circle" }, size: { value: { min: 0.5, max: 2 } },