mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 02:23:01 +08:00
fix: 修复干员识别偶尔滑动失效提前结束的问题;并少存一点日志图
fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/4628
This commit is contained in:
@@ -20,7 +20,9 @@ bool asst::OperBoxImageAnalyzer::analyze()
|
||||
|
||||
bool ret = analyzer_oper_box();
|
||||
|
||||
save_img(utils::path("debug") / utils::path("oper"));
|
||||
if (m_result.size() != 16 && m_result.size() != 14) { // 完整的一页是14或16个,有可能是识别错了
|
||||
save_img(utils::path("debug") / utils::path("oper"));
|
||||
}
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user