mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-17 08:04:52 +08:00
Merge branch 'master' into gems_farming
This commit is contained in:
@@ -222,8 +222,8 @@ class FastForwardHandler(AutoSearchHandler):
|
|||||||
if clicked_threshold < 0:
|
if clicked_threshold < 0:
|
||||||
break
|
break
|
||||||
|
|
||||||
if clicked_timeout.reached():
|
|
||||||
if self.appear(check_button, offset=(100, 50)):
|
if self.appear(check_button, offset=(100, 50)):
|
||||||
|
if clicked_timeout.reached():
|
||||||
enabled = self.image_color_count(box_button, color=(156, 255, 82), threshold=221, count=20)
|
enabled = self.image_color_count(box_button, color=(156, 255, 82), threshold=221, count=20)
|
||||||
if (status == 'on' and enabled) or (status == 'off' and not enabled):
|
if (status == 'on' and enabled) or (status == 'off' and not enabled):
|
||||||
return True
|
return True
|
||||||
|
|||||||
Reference in New Issue
Block a user