mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-15 23:57:23 +08:00
Merge branch 'master' of https://github.com/LmeSzinc/AzurLaneAutoScript
This commit is contained in:
8
alas.py
8
alas.py
@@ -289,10 +289,6 @@ class AzurLaneAutoScript:
|
||||
from module.event.campaign_sp import CampaignSP
|
||||
CampaignSP(config=self.config, device=self.device).run()
|
||||
|
||||
def event_story(self):
|
||||
from module.eventstory.eventstory import EventStory
|
||||
EventStory(config=self.config, device=self.device).run()
|
||||
|
||||
def maritime_escort(self):
|
||||
from module.event.maritime_escort import MaritimeEscort
|
||||
MaritimeEscort(config=self.config, device=self.device).run()
|
||||
@@ -418,6 +414,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