"use client"; /** * 纯 CSS 粒子背景 - 不依赖 @tsparticles */ export function ParticleBackground() { const dots = Array.from({ length: 30 }, (_, i) => i); return (