mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-26 15:07:53 +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
|
return False
|
||||||
|
|
||||||
def ui_additional_page_dorm(self):
|
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
|
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
|
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 True
|
||||||
|
|
||||||
return False
|
return False
|
||||||
|
|||||||
Reference in New Issue
Block a user