mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-17 22:41:30 +08:00
Fix: potato pc may miss war archives entrance; restart search by scroll to top
This commit is contained in:
@@ -74,7 +74,10 @@ class CampaignBase(CampaignBase_):
|
|||||||
return entrance
|
return entrance
|
||||||
|
|
||||||
if WAR_ARCHIVES_SCROLL.appear(main=self):
|
if WAR_ARCHIVES_SCROLL.appear(main=self):
|
||||||
WAR_ARCHIVES_SCROLL.next_page(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)
|
||||||
continue
|
continue
|
||||||
else:
|
else:
|
||||||
break
|
break
|
||||||
|
|||||||
Reference in New Issue
Block a user