mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-08-15 03:40:37 +08:00
Add: [CN, JP] island season task scanner
This commit is contained in:
4
alas.py
4
alas.py
@@ -415,6 +415,10 @@ class AzurLaneAutoScript:
|
||||
from module.island.collect import IslandCollect
|
||||
IslandCollect(config=self.config, device=self.device).run()
|
||||
|
||||
def island_season_task(self):
|
||||
from module.island.season_task import IslandSeasonTask
|
||||
IslandSeasonTask(config=self.config, device=self.device).run()
|
||||
|
||||
def daemon(self):
|
||||
from module.daemon.daemon import AzurLaneDaemon
|
||||
AzurLaneDaemon(config=self.config, device=self.device, task="Daemon").run()
|
||||
|
||||
Reference in New Issue
Block a user