From 2ea922f9db51b3bd037b427fbf3a991ed3415a7d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=BD=A0=E7=9A=84=E5=90=8D=E5=AD=97?=
<你的邮箱@example.com>
Date: Wed, 16 Jul 2025 17:10:45 +0800
Subject: [PATCH] feat: add loading screen with fade-out animation
Implement a loading screen that displays while page loads and gracefully fades out after 1.5 seconds. Includes CSS animations and proper cleanup to prevent interaction blocking.
---
index.html | 5 +++++
script.js | 10 ++++++++++
style.css | 37 +++++++++++++++++++++++++++++++++++++
3 files changed, 52 insertions(+)
diff --git a/index.html b/index.html
index af88d23..fe56b78 100644
--- a/index.html
+++ b/index.html
@@ -10,6 +10,11 @@
+
+
+

+
+