mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-25 03:32:38 +08:00
Fix: Detection of RESEARCH_STOP
This commit is contained in:
@@ -201,7 +201,8 @@ class RewardResearch(ResearchSelector):
|
|||||||
continue
|
continue
|
||||||
|
|
||||||
# End
|
# End
|
||||||
if self.appear(RESEARCH_STOP):
|
if self.appear(RESEARCH_STOP, offset=(20, 20)):
|
||||||
|
# RESEARCH_STOP is a semi-transparent button, color will vary depending on the background.
|
||||||
self.research_detail_quit()
|
self.research_detail_quit()
|
||||||
self.ensure_no_info_bar(timeout=3) # Research started
|
self.ensure_no_info_bar(timeout=3) # Research started
|
||||||
return True
|
return True
|
||||||
|
|||||||
Reference in New Issue
Block a user