1
0
mirror of https://github.com/sui-feng-cb/AzurLaneAutoScript1.git synced 2026-08-15 11:43:08 +08:00

Add: island production planner

This commit is contained in:
guoh064
2026-06-14 00:20:19 +08:00
parent 083054bad0
commit 5c977304a6
6 changed files with 1283 additions and 12 deletions

View File

@@ -443,6 +443,10 @@ class AzurLaneAutoScript:
from module.eventstory.eventstory import EventStory
EventStory(config=self.config, device=self.device, task="EventStory").run()
def island_production_planner(self):
from module.island_handler.production_planner import IslandProductionPlanner
IslandProductionPlanner(config=self.config, device=self.device, task="IslandProductionPlanner").run()
def azur_lane_uncensored(self):
from module.daemon.uncensored import AzurLaneUncensored
AzurLaneUncensored(config=self.config, device=self.device, task="AzurLaneUncensored").run()