feat: 新增肉鸽关卡识别错误时自动保存图片功能,修复台服一个肉鸽关卡识别错误

https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/2311
This commit is contained in:
MistEO
2022-10-25 23:56:43 +08:00
parent aab55771c5
commit a36679f1ee
2 changed files with 4 additions and 3 deletions

View File

@@ -447,7 +447,7 @@
"烟花秀"
],
[
"永無頭",
"永無.*頭",
"永无尽头"
],
[
@@ -1401,4 +1401,4 @@
],
"ocrReplace": []
}
}
}

View File

@@ -995,7 +995,8 @@ bool asst::RoguelikeBattleTaskPlugin::wait_start()
asst::imwrite("map/" + m_stage_name + ".png", image);
}
else {
Log.error("stage name is empty");
// 存出来的是带时间戳的文件名
kills_analyzer.save_img("map/");
}
return true;
}