1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-15 09:57:22 +08:00
This commit is contained in:
GH Action - Upstream Sync
2026-03-05 18:14:27 +00:00
4 changed files with 18 additions and 26 deletions

View File

@@ -202,6 +202,14 @@ class EventStory(CampaignUI, Combat, LoginHandler):
return 'unknown'
def run(self):
event = self.config.cross_get('Event.Campaign.Event', '')
if event in [
# event story is in event minigame
'event_20260226_cn',
]:
logger.info(f'Current event ({event}) does not have event story, stopped')
return
if not self.device.app_is_running():
logger.warning('Game is not running, start it')
self.app_start()