mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 23:18:22 +08:00
Fix: same appear clause for both areas
This commit is contained in:
@@ -156,7 +156,7 @@ class InfoHandler(ModuleBase):
|
||||
if enabled:
|
||||
break
|
||||
|
||||
if self.appear(USE_DATA_KEY, interval=5):
|
||||
if self.appear(USE_DATA_KEY, offset=(20, 20), interval=5):
|
||||
self.device.click(USE_DATA_KEY_NOTIFIED)
|
||||
continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user