mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-25 01:20:10 +08:00
Fix: [TW]can not into meta page
This commit is contained in:
@@ -316,7 +316,7 @@ class OpsiAshBeacon(Meta):
|
|||||||
return True
|
return True
|
||||||
if self.handle_map_event():
|
if self.handle_map_event():
|
||||||
continue
|
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
|
continue
|
||||||
|
|
||||||
def _begin_beacon(self):
|
def _begin_beacon(self):
|
||||||
@@ -409,7 +409,7 @@ class AshBeaconAssist(Meta):
|
|||||||
return True
|
return True
|
||||||
if self.handle_map_event():
|
if self.handle_map_event():
|
||||||
continue
|
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
|
continue
|
||||||
if self.appear(ASH_SHOWDOWN, offset=(20, 20)):
|
if self.appear(ASH_SHOWDOWN, offset=(20, 20)):
|
||||||
self.device.click(META_MAIN_BEACON_ENTRANCE)
|
self.device.click(META_MAIN_BEACON_ENTRANCE)
|
||||||
|
|||||||
Reference in New Issue
Block a user