1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-24 20:39:05 +08:00

Fix: potato pc may miss war archives entrance; restart search by scroll to top

This commit is contained in:
nEEtdo0d
2022-02-25 15:43:12 -05:00
parent 3fc5dea783
commit 489fe91dc9

View File

@@ -74,6 +74,9 @@ class CampaignBase(CampaignBase_):
return entrance return entrance
if WAR_ARCHIVES_SCROLL.appear(main=self): if WAR_ARCHIVES_SCROLL.appear(main=self):
if WAR_ARCHIVES_SCROLL.at_bottom(main=self):
WAR_ARCHIVES_SCROLL.set_top(main=self)
else:
WAR_ARCHIVES_SCROLL.next_page(main=self) WAR_ARCHIVES_SCROLL.next_page(main=self)
continue continue
else: else: