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:
@@ -232,4 +232,6 @@ class IslandSeasonTask(IslandUI):
|
||||
if new_target != old_target:
|
||||
yaml_text = item_mapping_to_yaml(new_target, use_item_name=True)
|
||||
self.config.cross_set("IslandSeasonTask.IslandSeasonTask.TaskTarget", yaml_text)
|
||||
from module.island_handler.production_planner import IslandProductionPlanner
|
||||
IslandProductionPlanner(self.config, self.device).run()
|
||||
self.config.task_delay(server_update=True)
|
||||
|
||||
Reference in New Issue
Block a user