功能:自动钓鱼卡持续循环钓鱼

有自动钓鱼卡时:
- 点一次「钓鱼」自动循环:抛竿→收竿→冷却→抛竿...
- 冷却期间按钮显示倒计时「 冷却 Xs」
- 屏幕右下角显示「🛑 停止自动钓鱼」悬浮按钮
- 点击停止或卡到期后自动退出循环
- 出错时也自动停止循环
This commit is contained in:
2026-03-01 16:26:15 +08:00
parent bd1e247fcf
commit 303c5e2a60
2 changed files with 120 additions and 1 deletions

View File

@@ -192,6 +192,7 @@ class FishingController extends Controller
'result' => $result,
'exp_num' => $user->exp_num,
'jjb' => $user->jjb,
'cooldown_seconds' => $cooldown, // 前端自动钓鱼卡循环等待用
]);
}