迁移管理菜单和钓鱼按钮事件绑定
This commit is contained in:
@@ -452,7 +452,6 @@
|
||||
const btn = document.getElementById('fishing-btn');
|
||||
btn.textContent = '🎣 钓鱼';
|
||||
btn.disabled = false;
|
||||
btn.onclick = startFishing;
|
||||
fishingTimer = null;
|
||||
fishingReelTimeout = null;
|
||||
removeBobber();
|
||||
|
||||
Reference in New Issue
Block a user