1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-15 18:07:23 +08:00

Merge pull request #1637 from zhou525/meta_bugfix

Fix: [EN/TW]Meta bug
This commit is contained in:
LmeSzinc
2022-09-13 23:11:27 +08:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -316,7 +316,7 @@ class OpsiAshBeacon(Meta):
return True
if self.handle_map_event():
continue
if self.appear_then_click(META_ENTRANCE, offset=(10, 10), interval=2):
if self.appear_then_click(META_ENTRANCE, offset=(20, 300), interval=2):
continue
def _begin_beacon(self):
@@ -410,7 +410,7 @@ class AshBeaconAssist(Meta):
return True
if self.handle_map_event():
continue
if self.appear_then_click(META_ENTRANCE, offset=(10, 10), interval=2):
if self.appear_then_click(META_ENTRANCE, offset=(20, 300), interval=2):
continue
if self.appear(ASH_SHOWDOWN, offset=(20, 20)):
self.device.click(META_MAIN_BEACON_ENTRANCE)