fix 宽屏匹配标签动画幅度过小

This commit is contained in:
2025-12-19 17:09:00 +08:00
parent 4ae11e31f4
commit 009b4840ad

View File

@@ -219,7 +219,7 @@ const renderScene = (sw, sh) => {
radius: scaledRadius,
floatOffset: Math.random() * Math.PI * 2,
floatSpeed: 0.01 + Math.random() * 0.02,
floatRange: 2 + Math.random() * 2,
floatRange: 2 * ratio + Math.random() * 2,
safeH: safeH,
};