mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-09 18:39:04 +08:00
Fix: offset adjust due to no event shops active
This commit is contained in:
parent
d9dbd92f87
commit
7f6fcaf508
@ -149,8 +149,8 @@ class ShopUI(UI):
|
|||||||
else:
|
else:
|
||||||
self.device.screenshot()
|
self.device.screenshot()
|
||||||
|
|
||||||
if self.appear(SHOP_GUILD_SWIPE_END, offset=(5, 5)) or \
|
if self.appear(SHOP_GUILD_SWIPE_END, offset=(15, 5)) or \
|
||||||
self.appear(SHOP_GENERAL_SWIPE_END, offset=(5, 5)):
|
self.appear(SHOP_GENERAL_SWIPE_END, offset=(15, 5)):
|
||||||
return True
|
return True
|
||||||
|
|
||||||
backup = self.config.cover(DEVICE_CONTROL_METHOD='minitouch')
|
backup = self.config.cover(DEVICE_CONTROL_METHOD='minitouch')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user