mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 18:01:26 +08:00
fix: fix replace_full not acting correctly on chars_name
This commit is contained in:
@@ -899,7 +899,7 @@ bool asst::TaskData::syntax_check(const std::string& task_name, const json::valu
|
||||
{
|
||||
"action", "algorithm", "baseTask", "cache", "exceededNext", "fullMatch",
|
||||
"hash", "isAscii", "maskRange", "maxTimes", "next", "ocrReplace",
|
||||
"onErrorNext", "postDelay", "preDelay", "rectMove", "reduceOtherTimes", "roi",
|
||||
"onErrorNext", "postDelay", "preDelay", "rectMove", "reduceOtherTimes", "replaceFull", "roi",
|
||||
"specialParams", "sub", "subErrorIgnored", "templThreshold", "template", "text",
|
||||
"threshold", "withoutDet",
|
||||
} },
|
||||
@@ -914,7 +914,7 @@ bool asst::TaskData::syntax_check(const std::string& task_name, const json::valu
|
||||
{
|
||||
"action", "algorithm", "baseTask", "cache", "exceededNext",
|
||||
"fullMatch", "isAscii", "maxTimes", "next", "ocrReplace",
|
||||
"onErrorNext", "postDelay", "preDelay", "rectMove", "reduceOtherTimes",
|
||||
"onErrorNext", "postDelay", "preDelay", "rectMove", "reduceOtherTimes", "replaceFull",
|
||||
"roi", "sub", "subErrorIgnored", "text", "withoutDet",
|
||||
"specialParams"
|
||||
} },
|
||||
|
||||
Reference in New Issue
Block a user