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 =