1
0
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:
LmeSzinc
2022-02-07 23:28:36 +08:00
parent 8bd650d02c
commit f891689bee

View File

@@ -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