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

@@ -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)