1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-16 18:37:23 +08:00

Add: war archives support for app

This commit is contained in:
nEEtdo0d
2021-10-10 23:38:10 -04:00
parent 5cb9ee1895
commit d9cec4134e
6 changed files with 37 additions and 32 deletions

View File

@@ -93,7 +93,7 @@ class CampaignUI(UI, CampaignOcr):
self.campaign_ensure_chapter(index=chapter)
elif chapter in ['a', 'b', 'c', 'd', 'ex_sp', 'as', 'bs', 'cs', 'ds']:
self.ui_goto(page_event)
self.ui_goto_event()
if chapter in ['a', 'b', 'as', 'bs']:
self.campaign_ensure_mode('normal')
elif chapter in ['c', 'd', 'cs', 'ds']:
@@ -103,7 +103,7 @@ class CampaignUI(UI, CampaignOcr):
self.campaign_ensure_chapter(index=chapter)
elif chapter == 'sp':
self.ui_goto(page_sp)
self.ui_goto_sp()
self.campaign_ensure_chapter(index=chapter)
else: