初始化

This commit is contained in:
2025-09-09 13:43:10 +08:00
parent 61c13b88fc
commit d25292ed6c

View File

@@ -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