1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-22 11:43:44 +08:00

Add: Tools to do event story

This commit is contained in:
LmeSzinc
2025-03-10 23:02:16 +08:00
parent 50ad05030f
commit c5f1d6e18b
13 changed files with 120 additions and 0 deletions

View File

@@ -407,6 +407,10 @@ class AzurLaneAutoScript:
from module.daemon.os_daemon import AzurLaneDaemon
AzurLaneDaemon(config=self.config, device=self.device, task="OpsiDaemon").run()
def event_story(self):
from module.eventstory.eventstory import EventStory
EventStory(config=self.config, device=self.device, task="EventStory").run()
def azur_lane_uncensored(self):
from module.daemon.uncensored import AzurLaneUncensored
AzurLaneUncensored(config=self.config, device=self.device, task="AzurLaneUncensored").run()