1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-15 16:57:20 +08:00
This commit is contained in:
sui-feng-cb
2025-10-01 04:39:16 +08:00
44 changed files with 62 additions and 145 deletions

View File

@@ -123,17 +123,6 @@ class ShopBase(UI):
"""
return ''
@cached_property
@Config.when(SERVER='tw')
def shop_grid(self):
"""
Returns:
ButtonGrid:
"""
shop_grid = ButtonGrid(
origin=(476, 246), delta=(156, 213), button_shape=(98, 98), grid_shape=(5, 2), name='SHOP_GRID')
return shop_grid
@cached_property
@Config.when(SERVER=None)
def shop_grid(self):