mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 17:57:01 +08:00
fix: 无法继续专精
This commit is contained in:
@@ -137,8 +137,7 @@ bool asst::InfrastTrainingTask::level_analyze(const cv::Mat& image)
|
||||
|
||||
bool asst::InfrastTrainingTask::training_completed()
|
||||
{
|
||||
ProcessTask task(*this, { "InfrastTrainingProcessing", "InfrastTrainingCompleted" });
|
||||
return task.run() && task.get_last_task_name() == "InfrastTrainingCompleted";
|
||||
return ProcessTask(*this, { "InfrastTrainingCompleted" }).run();
|
||||
}
|
||||
|
||||
std::optional<std::string> asst::InfrastTrainingTask::time_left_analyze(const cv::Mat& image)
|
||||
|
||||
Reference in New Issue
Block a user