mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-02 02:34:08 +08:00
Merge branch 'master' of https://github.com/LmeSzinc/AzurLaneAutoScript
This commit is contained in:
@@ -87,7 +87,7 @@ class Awaken(Dock):
|
||||
return self.appear_then_click(AWAKEN_FINISH, offset=(20, 20), interval=1)
|
||||
|
||||
def is_in_awaken(self):
|
||||
return SHIP_LEVEL_CHECK.match_luma(self.device.image)
|
||||
return SHIP_LEVEL_CHECK.match_luma(self.device.image, similarity=0.7)
|
||||
|
||||
def awaken_popup_close(self, skip_first_screenshot=True):
|
||||
logger.info('Awaken popup close')
|
||||
|
||||
Reference in New Issue
Block a user