From 35d2766442b1cbdd0a7e97415a3402aa30fe32af Mon Sep 17 00:00:00 2001 From: MHW Date: Mon, 30 Mar 2026 11:12:19 +0800 Subject: [PATCH] =?UTF-8?q?=E7=81=AB=E5=8A=9B=E8=A7=84=E5=88=99=EF=BC=9A?= =?UTF-8?q?=E8=A7=84=E5=88=99=E6=96=87=E4=BB=B6=E6=B3=A8=E9=87=8A=E8=A1=A5?= =?UTF-8?q?=E5=85=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- auto-solution-rule/src/main/resources/rules/fire-rule.drl | 1 + 1 file changed, 1 insertion(+) diff --git a/auto-solution-rule/src/main/resources/rules/fire-rule.drl b/auto-solution-rule/src/main/resources/rules/fire-rule.drl index cb79be7..843b680 100644 --- a/auto-solution-rule/src/main/resources/rules/fire-rule.drl +++ b/auto-solution-rule/src/main/resources/rules/fire-rule.drl @@ -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);