1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 02:48:23 +08:00
This commit is contained in:
GH Action - Upstream Sync
2025-02-11 18:26:27 +00:00
7 changed files with 5 additions and 4 deletions

View File

@@ -204,8 +204,7 @@ class VoucherShop(ShopClerk, ShopStatus):
logger.info('Voucher Shop reach bottom, stop')
break
else:
# Only 4 rows of items at max, goto bottom directly
VOUCHER_SHOP_SCROLL.set_bottom(main=self)
VOUCHER_SHOP_SCROLL.next_page(main=self)
del_cached_property(self, 'shop_grid')
del_cached_property(self, 'shop_voucher_items')
continue