mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 17:57:01 +08:00
feat.支持肉鸽掉线后重连,增删一些日志
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "HashImageAnalyzer.h"
|
||||
#include "HashImageAnalyzer.h"
|
||||
|
||||
#include "AsstUtils.hpp"
|
||||
#include "Logger.hpp"
|
||||
@@ -32,7 +32,7 @@ bool asst::HashImageAnalyzer::analyze()
|
||||
to_hash = bound_bin(to_hash);
|
||||
}
|
||||
std::string hash_result = shash(to_hash);
|
||||
Log.trace(hash_result);
|
||||
//Log.debug(hash_result);
|
||||
|
||||
int min_dist = INT_MAX;
|
||||
std::string cur_min_dist_name;
|
||||
|
||||
Reference in New Issue
Block a user