功能:自动钓鱼卡持续循环钓鱼
有自动钓鱼卡时: - 点一次「钓鱼」自动循环:抛竿→收竿→冷却→抛竿... - 冷却期间按钮显示倒计时「⏳ 冷却 Xs」 - 屏幕右下角显示「🛑 停止自动钓鱼」悬浮按钮 - 点击停止或卡到期后自动退出循环 - 出错时也自动停止循环
This commit is contained in:
@@ -192,6 +192,7 @@ class FishingController extends Controller
|
||||
'result' => $result,
|
||||
'exp_num' => $user->exp_num,
|
||||
'jjb' => $user->jjb,
|
||||
'cooldown_seconds' => $cooldown, // 前端自动钓鱼卡循环等待用
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user