From 50d9fdc9cf06b46de50a5133cc5149d3ec6f6444 Mon Sep 17 00:00:00 2001 From: yan Date: Wed, 18 Feb 2026 14:43:46 +0800 Subject: [PATCH] =?UTF-8?q?```=20refactor(AutoPlan):=20=E6=B3=A8=E9=87=8A?= =?UTF-8?q?=E5=9C=B0=E8=84=89=E8=8A=B1=E5=8A=9F=E8=83=BD=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E5=AF=B9=E8=B1=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 autoLeyLineOutcrop 配置对象注释掉以禁用该功能 - 保留原始配置代码便于后续功能启用 - 添加功能暂不支持的日志提示信息 ``` --- repo/js/AutoPlan/main.js | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/repo/js/AutoPlan/main.js b/repo/js/AutoPlan/main.js index 5b51686aa..a8709e22e 100644 --- a/repo/js/AutoPlan/main.js +++ b/repo/js/AutoPlan/main.js @@ -111,21 +111,21 @@ async function autoDomain(autoFight) { */ async function autoLeyLineOutcrop(autoLeyLineOutcrop) { //todo :地脉花 - autoLeyLineOutcrop = { - "count": 0, - "country": "country_cb3d792be8db", - "leyLineOutcropType": "leyLineOutcropType_f259b77fabcb", - // "isResinExhaustionMode": true, - // "openModeCountMin": true, - "useAdventurerHandbook": false, - "friendshipTeam": "friendshipTeam_7122cab56b16", - "team": "team_d0798ca3aa27", - "timeout": 0, - "isGoToSynthesizer": false, - "useFragileResin": false, - "useTransientResin": false, - "isNotification": false - } + // autoLeyLineOutcrop = { + // "count": 0, + // "country": "country_cb3d792be8db", + // "leyLineOutcropType": "leyLineOutcropType_f259b77fabcb", + // // "isResinExhaustionMode": true, + // // "openModeCountMin": true, + // "useAdventurerHandbook": false, + // "friendshipTeam": "friendshipTeam_7122cab56b16", + // "team": "team_d0798ca3aa27", + // "timeout": 0, + // "isGoToSynthesizer": false, + // "useFragileResin": false, + // "useTransientResin": false, + // "isNotification": false + // } if (true) { log.info("地脉 暂不支持")