mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-04 03:24:53 +08:00
Fix: Increase interval of GET_SHIP to stagger clicks
This commit is contained in:
@@ -283,7 +283,7 @@ class UI(InfoHandler):
|
|||||||
return True
|
return True
|
||||||
if self.appear_then_click(GET_ITEMS_1, offset=(30, 30), interval=3):
|
if self.appear_then_click(GET_ITEMS_1, offset=(30, 30), interval=3):
|
||||||
return True
|
return True
|
||||||
if self.appear_then_click(GET_SHIP, interval=3):
|
if self.appear_then_click(GET_SHIP, interval=5):
|
||||||
return True
|
return True
|
||||||
if self.appear_then_click(LOGIN_RETURN_SIGN, offset=(30, 30), interval=3):
|
if self.appear_then_click(LOGIN_RETURN_SIGN, offset=(30, 30), interval=3):
|
||||||
return True
|
return True
|
||||||
|
|||||||
Reference in New Issue
Block a user