From 12dccb3919078729cb7d23c74abf6dd63b5f3ca8 Mon Sep 17 00:00:00 2001 From: yan Date: Thu, 26 Feb 2026 16:42:22 +0800 Subject: [PATCH] =?UTF-8?q?refactor(AutoPlan):=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E5=9C=B0=E8=84=89=E5=8A=9F=E8=83=BD=E7=9A=84=E8=B0=83=E8=AF=95?= =?UTF-8?q?=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 注释掉地脉暂不支持的日志输出逻辑 - 保留AutoLeyLineOutcropParam参数初始化代码 - 清理相关调试标记以优化代码结构 --- repo/js/AutoPlan/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repo/js/AutoPlan/main.js b/repo/js/AutoPlan/main.js index 0e49b8b2e..9c2ef124f 100644 --- a/repo/js/AutoPlan/main.js +++ b/repo/js/AutoPlan/main.js @@ -131,10 +131,10 @@ async function autoLeyLineOutcrop(autoLeyLineOutcrop) { // "isNotification": false // } - if (true) { +/* if (true) { log.info("地脉 暂不支持") return - } + }*/ let param = new AutoLeyLineOutcropParam(autoLeyLineOutcrop.count, autoLeyLineOutcrop.country, autoLeyLineOutcrop.leyLineOutcropType); param.useAdventurerHandbook = autoLeyLineOutcrop.useAdventurerHandbook;