mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 01:38:21 +08:00
Fix: Remove 'EX' maps not available in war archives, update offset for USE_DATA_KEY
This commit is contained in:
@@ -96,7 +96,7 @@ class InfoHandler(ModuleBase):
|
||||
and not self.appear(POPUP_CANCEL, offset=self._popup_offset, interval=2):
|
||||
return False
|
||||
|
||||
if self.appear(USE_DATA_KEY, offset=True):
|
||||
if self.appear(USE_DATA_KEY, offset=(20, 20)):
|
||||
return self.handle_popup_confirm('USE_DATA_KEY')
|
||||
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user