1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-19 23:33:33 +08:00
This commit is contained in:
GH Action - Upstream Sync
2025-04-14 17:18:57 +00:00
6 changed files with 568 additions and 202 deletions

View File

@@ -43,5 +43,6 @@ class CampaignBase(CampaignBase_):
else:
logger.warning(f'Stage {chapter}{stage} is not in event_20241024')
self.campaign_ensure_chapter(chapter)
return True
return super().campaign_set_chapter_20241219(chapter, stage, mode)

View File

@@ -27,10 +27,12 @@ class CampaignBase(CampaignBase_):
MODE_SWITCH_20241219.set('combat', main=self)
ASIDE_SWITCH_20241219.set('part1', main=self)
self.campaign_ensure_chapter(chapter)
return True
if chapter == 'ttl':
self.ui_goto_event()
MODE_SWITCH_20241219.set('combat', main=self)
ASIDE_SWITCH_20241219.set('part2', main=self)
self.campaign_ensure_chapter(chapter)
return True
return super().campaign_set_chapter_20241219(chapter, stage, mode)