1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-02 02:34:08 +08:00
This commit is contained in:
sui-feng-cb
2025-03-18 11:37:08 +08:00
24 changed files with 846 additions and 511 deletions

View File

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