1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-27 04:58:22 +08:00

fix: Incorrect truncation (#4570)

This commit is contained in:
霞飛
2025-02-08 00:50:11 +08:00
committed by GitHub
parent 6e4601dd2b
commit 3b23cc920b
2 changed files with 4 additions and 3 deletions

View File

@@ -151,7 +151,7 @@ class PortShop(OSStatus, OSShopUI, Selector, MapEventHandler):
logger.info('OS shop reach bottom, stop')
break
else:
OS_SHOP_SCROLL.next_page(main=self, page=0.5)
OS_SHOP_SCROLL.next_page(main=self, page=0.5, skip_first_screenshot=False)
cur_pos = OS_SHOP_SCROLL.cal_position(main=self)
continue
self.device.click_record.clear()