mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 02:08:05 +08:00
Fix: potato pc may miss war archives entrance; restart search by scroll to top
This commit is contained in:
parent
3fc5dea783
commit
489fe91dc9
@ -74,7 +74,10 @@ class CampaignBase(CampaignBase_):
|
||||
return entrance
|
||||
|
||||
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
|
||||
else:
|
||||
break
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user