mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 08:38:20 +08:00
Upd: Update server TW assets
This commit is contained in:
@@ -119,6 +119,7 @@ class ShopBase(UI):
|
||||
return shop_grid
|
||||
|
||||
@cached_property
|
||||
@Config.when(SERVER=None)
|
||||
def shop_grid(self):
|
||||
"""
|
||||
New UI in 2025-08-14
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user