mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-13 20:59:20 +08:00
Fix: same appear clause for both areas
This commit is contained in:
@@ -156,7 +156,7 @@ class InfoHandler(ModuleBase):
|
|||||||
if enabled:
|
if enabled:
|
||||||
break
|
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)
|
self.device.click(USE_DATA_KEY_NOTIFIED)
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user