mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 01:38:21 +08:00
Fix: Detection of RESEARCH_STOP
This commit is contained in:
@@ -201,7 +201,8 @@ class RewardResearch(ResearchSelector):
|
||||
continue
|
||||
|
||||
# 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.ensure_no_info_bar(timeout=3) # Research started
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user