From bd1e247fcf89bbb4924b4f187e615e85156dab2c Mon Sep 17 00:00:00 2001 From: lkddi Date: Sun, 1 Mar 2026 16:22:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9A=E6=B5=AE=E6=BC=82?= =?UTF-8?q?=E4=B8=8B=E6=B2=89=E5=8A=A8=E7=94=BB=E5=BB=B6=E9=95=BF=E8=87=B3?= =?UTF-8?q?=201.5s=EF=BC=8C=E8=A7=86=E8=A7=89=E6=9B=B4=E8=87=AA=E7=84=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/chat/partials/scripts.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/chat/partials/scripts.blade.php b/resources/views/chat/partials/scripts.blade.php index da3394e..139f14e 100644 --- a/resources/views/chat/partials/scripts.blade.php +++ b/resources/views/chat/partials/scripts.blade.php @@ -1666,7 +1666,7 @@ 50% { box-shadow: 0 0 0 14px rgba(220,38,38,0); } } #fishing-bobber.sinking { - animation: bobberSink 0.5s forwards !important; + animation: bobberSink 1.5s forwards !important; } `; document.head.appendChild(style); @@ -1745,7 +1745,7 @@ fishingReelTimeout = setTimeout(() => { removeBobber(); reelFish(); - }, 600); + }, 1800); } else { // 手动模式:玩家需在 8 秒内点击浮漂 hookDiv.innerHTML =