mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-19 23:33:33 +08:00
Fix: Lower the threshold of DORM_INFO to 0.75
This commit is contained in:
@@ -350,7 +350,8 @@ class UI(InfoHandler):
|
|||||||
return True
|
return True
|
||||||
|
|
||||||
# Dorm popup
|
# Dorm popup
|
||||||
if self.appear_then_click(DORM_INFO, offset=(30, 30), interval=3):
|
if self.appear(DORM_INFO, offset=(30, 30), threshold=0.75, interval=3):
|
||||||
|
self.device.click(DORM_INFO)
|
||||||
return True
|
return True
|
||||||
if self.appear_then_click(DORM_FEED_CANCEL, offset=(30, 30), interval=3):
|
if self.appear_then_click(DORM_FEED_CANCEL, offset=(30, 30), interval=3):
|
||||||
return True
|
return True
|
||||||
|
|||||||
Reference in New Issue
Block a user