From d25292ed6c4d83bcc5bff28e98955b6acb3ba48b Mon Sep 17 00:00:00 2001 From: lq Date: Tue, 9 Sep 2025 13:43:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 9cdde94..525dba6 100644 --- a/src/App.vue +++ b/src/App.vue @@ -19,7 +19,7 @@ onMounted(() => { snowflakes.forEach((snowflake, index) => { const delay = Math.random() * 5 - const duration = 3 + Math.random() * 2 + const duration = 3 + Math.random() * 15 const size = 0.5 + Math.random() * 0.8 const opacity = 0.3 + Math.random() * 0.7 const leftPosition = Math.random() * 100