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:
4
alas.py
4
alas.py
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user