feat: replace canvas-based particle background with high-performance LiquidEther fluid simulation component

This commit is contained in:
yoyuzh
2026-03-31 19:15:18 +08:00
parent ddfffc1ebe
commit c0b9aa7e7c
13 changed files with 4547 additions and 349 deletions

View File

@@ -5,6 +5,9 @@
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>personal_front</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
</head>
<body>
<div id="root"></div>