1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-06-16 23:51:42 +08:00
This commit is contained in:
sui-feng-cb
2024-12-10 12:01:21 +08:00
34 changed files with 203 additions and 138 deletions

View File

@@ -477,7 +477,7 @@ class UI(InfoHandler):
return True
# Dorm popup
if self.appear(DORM_INFO, offset=(30, 30), threshold=0.75, interval=3):
if self.appear(DORM_INFO, offset=(30, 30), similarity=0.75, interval=3):
self.device.click(DORM_INFO)
return True
if self.appear_then_click(DORM_FEED_CANCEL, offset=(30, 30), interval=3):