1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 08:38:20 +08:00

Add: Maa Reclamation Algorithm (#2210)

This commit is contained in:
SarContDeli
2023-02-04 16:47:55 +08:00
committed by GitHub
parent 3ee5f7258f
commit 2f97a6c819
11 changed files with 85 additions and 1 deletions

View File

@@ -416,6 +416,12 @@ class AssistantHandler:
if self.task_switch_timer is not None:
self.config.Scheduler_Enable = False
def reclamation_algorithm(self):
self.maa_start('ReclamationAlgorithm', {
"enable": True
})
self.config.task_delay(server_update=True)
def copilot(self):
filename = self.config.MaaCopilot_FileName
if filename.startswith('maa://'):