mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 18:20:39 +08:00
chore: 自动战斗存图阈值改为0.75
This commit is contained in:
@@ -164,7 +164,7 @@ BattlefieldClassifier::SkillReadyResult BattlefieldClassifier::skill_ready_analy
|
||||
}
|
||||
|
||||
// 新增:如果最高得分低于阈值,则保存
|
||||
if (score < 0.9f) {
|
||||
if (score < 0.75f) {
|
||||
Log.trace("Low score", score);
|
||||
need_save = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user