refactor(AutoPlan): 移除地脉功能的调试代码

- 注释掉地脉暂不支持的日志输出逻辑
- 保留AutoLeyLineOutcropParam参数初始化代码
- 清理相关调试标记以优化代码结构
This commit is contained in:
yan
2026-02-26 16:42:22 +08:00
parent 4e268a5cc9
commit 12dccb3919

View File

@@ -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;