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