mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 13:59:02 +08:00
Fix: Avoid clicking GET_SHIP after entering page_meowfficer
This commit is contained in:
parent
cfe9ec5618
commit
cd18378ad4
@ -611,6 +611,8 @@ class UI(InfoHandler):
|
||||
self.interval_reset(GET_SHIP)
|
||||
if button == DORMMENU_GOTO_DORM:
|
||||
self.interval_reset(GET_SHIP)
|
||||
if button == DORMMENU_GOTO_MEOWFFICER:
|
||||
self.interval_reset(GET_SHIP)
|
||||
for switch_button in page_main.links.values():
|
||||
if button == switch_button:
|
||||
self.interval_reset(GET_SHIP)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user