mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 01:40:46 +08:00
chore: 重命名部分文件,修复task检查错误
This commit is contained in:
@@ -587,6 +587,7 @@ bool asst::TaskData::syntax_check(const std::string& task_name, const json::valu
|
||||
"action", "algorithm", "baseTask", "cache", "exceededNext", "maskRange",
|
||||
"maxTimes", "next", "onErrorNext", "postDelay", "preDelay", "rectMove",
|
||||
"reduceOtherTimes", "roi", "sub", "subErrorIgnored", "templThreshold", "template",
|
||||
"specialParams"
|
||||
} },
|
||||
{ AlgorithmType::OcrDetect,
|
||||
{
|
||||
@@ -594,6 +595,7 @@ bool asst::TaskData::syntax_check(const std::string& task_name, const json::valu
|
||||
"fullMatch", "isAscii", "maxTimes", "next", "ocrReplace",
|
||||
"onErrorNext", "postDelay", "preDelay", "rectMove", "reduceOtherTimes",
|
||||
"roi", "sub", "subErrorIgnored", "text", "withoutDet",
|
||||
"specialParams"
|
||||
} },
|
||||
{ AlgorithmType::JustReturn,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user