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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user