火力规则:规则文件注释补充

This commit is contained in:
MHW
2026-03-30 11:12:19 +08:00
parent ce832fb16d
commit 35d2766442

View File

@@ -178,6 +178,7 @@ function Map buildBusinessConfig() {
// ---------- 航迹规则参数(可改) ----------
cfg.put("enableTrajectoryRules", Boolean.TRUE); // 航迹规则总开关
// 智能 最短的 侧面 干扰
cfg.put("strategyMode", "auto"); // auto/shortest/flank/interfere
cfg.put("enableShortest", Boolean.TRUE);
cfg.put("enableFlank", Boolean.TRUE);