1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-23 14:12:32 +08:00

Add: war_archives_20220428_cn

This commit is contained in:
sui-feng-cb
2025-07-17 22:42:17 +08:00
committed by LmeSzinc
parent eef5249d18
commit 6b49b92185
23 changed files with 1306 additions and 6 deletions

View File

@@ -0,0 +1,10 @@
from ..campaign_war_archives.campaign_base import CampaignBase as CampaignBase_
from module.ui.page import page_event
class CampaignBase(CampaignBase_):
def handle_exp_info(self):
# Random background of chapter A hits EXP_INFO_B
if self.ui_page_appear(page_event):
return False
return super().handle_exp_info()