1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-11 20:58:19 +08:00

Upd: Update server TW assets

This commit is contained in:
weeswelai
2025-08-19 20:37:08 +08:00
parent 0f14b7693d
commit bb7d12c3cc
4 changed files with 2 additions and 3 deletions

View File

@@ -184,7 +184,6 @@ class ShopUI(UI):
continue
if self.appear(SHOP_BUY_CONFIRM_MISTAKE, interval=3, offset=(200, 200)) \
and self.appear(POPUP_CONFIRM, offset=(3, 30)):
# TODO server 'tw'
self.ui_click(SHOP_CLICK_SAFE_AREA, appear_button=POPUP_CONFIRM, check_button=SHOP_BACK_ARROW,
offset=(20, 30), skip_first_screenshot=True)
exit_timer.reset()
@@ -196,7 +195,6 @@ class ShopUI(UI):
continue
# End
# TODO server 'tw'
if self.appear(SHOP_BACK_ARROW, offset=(30, 30)):
if exit_timer.reached():
break