mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 22:08:20 +08:00
Fix: Increase click interval to avoid entering furniture shop when entering page_dorm
This commit is contained in:
@@ -302,11 +302,11 @@ class UI(InfoHandler):
|
||||
return False
|
||||
|
||||
def ui_additional_page_dorm(self):
|
||||
if self.appear_then_click(DORM_INFO, offset=(30, 30), interval=1):
|
||||
if self.appear_then_click(DORM_INFO, offset=(30, 30), interval=5):
|
||||
return True
|
||||
if self.appear_then_click(DORM_FEED_CANCEL, offset=(30, 30), interval=1):
|
||||
if self.appear_then_click(DORM_FEED_CANCEL, offset=(30, 30), interval=5):
|
||||
return True
|
||||
if self.appear_then_click(DORM_TROPHY_CONFIRM, offset=(30, 30), interval=1):
|
||||
if self.appear_then_click(DORM_TROPHY_CONFIRM, offset=(30, 30), interval=5):
|
||||
return True
|
||||
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user