fix: 修复首页路由和构建错误

This commit is contained in:
jingzhe
2026-07-21 16:48:40 +08:00
parent 4669ee1fb4
commit 4b4f3bad67
8 changed files with 26 additions and 27 deletions

View File

@@ -20,7 +20,6 @@ const particlesContainer = ref<HTMLDivElement | null>(null)
const particles: Particle[] = []
const mousePos = { x: 0, y: 0 }
let animationFrameId: number | null = null
let time = 0
const nebulaColors = [
'#6366f1',
@@ -369,4 +368,4 @@ onUnmounted(() => {
background-position: 1000px 600px;
}
}
</style>
</style>