1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 08:38:20 +08:00

Fix: same appear clause for both areas

This commit is contained in:
nEEtdo0d
2021-10-11 00:00:10 -04:00
parent d9cec4134e
commit 2fdb7447a3

View File

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