diff --git a/repo/js/AutoPlan/main.js b/repo/js/AutoPlan/main.js index aace459ad..0d4dc7c7f 100644 --- a/repo/js/AutoPlan/main.js +++ b/repo/js/AutoPlan/main.js @@ -136,11 +136,16 @@ async function autoLeyLineOutcrop(autoLeyLineOutcrop) { log.info(`{0}`,"开始执行地脉任务") - if (true) { - log.warn("地脉 暂不支持") - return - } - let param = new AutoLeyLineOutcropParam(autoLeyLineOutcrop.count, autoLeyLineOutcrop.country, autoLeyLineOutcrop.leyLineOutcropType); + // if (true) { + // log.warn("地脉 暂不支持") + // return + // } + let param = new AutoLeyLineOutcropParam(parseInteger(autoLeyLineOutcrop.count+""), autoLeyLineOutcrop.country, autoLeyLineOutcrop.leyLineOutcropType); + // let param = new AutoLeyLineOutcropParam(); + // param.count = parseInteger(autoLeyLineOutcrop.count+""); + // param.country = autoLeyLineOutcrop.country; + // param.leyLineOutcropType = autoLeyLineOutcrop.leyLineOutcropType; + param.useAdventurerHandbook = autoLeyLineOutcrop.useAdventurerHandbook; param.friendshipTeam = autoLeyLineOutcrop.friendshipTeam; param.team = autoLeyLineOutcrop.team; diff --git a/repo/js/AutoPlan/manifest.json b/repo/js/AutoPlan/manifest.json index bab688741..16a5860ba 100644 --- a/repo/js/AutoPlan/manifest.json +++ b/repo/js/AutoPlan/manifest.json @@ -4,7 +4,7 @@ "description": "", "settings_ui": "settings.json", "main": "main.js", - "bgi_version": "0.57.0", + "bgi_version": "0.57.2", "key": "oiJbmjU2R0NniiwiZxh", "authors": [ {