From 009b4840ad039290e517fb360acf2ac38e3be407 Mon Sep 17 00:00:00 2001 From: xiebing Date: Fri, 19 Dec 2025 17:09:00 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E5=AE=BD=E5=B1=8F=E5=8C=B9=E9=85=8D?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E5=8A=A8=E7=94=BB=E5=B9=85=E5=BA=A6=E8=BF=87?= =?UTF-8?q?=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/components/AIMatch.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index/components/AIMatch.vue b/pages/index/components/AIMatch.vue index 08c28f5..cb06425 100644 --- a/pages/index/components/AIMatch.vue +++ b/pages/index/components/AIMatch.vue @@ -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, };