mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-03-31 05:59:51 +08:00
refactor(AutoPlan): 移除地脉功能的调试代码
- 注释掉地脉暂不支持的日志输出逻辑 - 保留AutoLeyLineOutcropParam参数初始化代码 - 清理相关调试标记以优化代码结构
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user