diff --git a/repo/js/AutoPlan/main.js b/repo/js/AutoPlan/main.js index 569a3800f..35821fe7d 100644 --- a/repo/js/AutoPlan/main.js +++ b/repo/js/AutoPlan/main.js @@ -464,7 +464,18 @@ async function main() { || (item.runType === config.user.runTypes[1] && item?.autoLeyLineOutcrop.count > 0) ) if (list?.length > 0) { - await autoRunList(list); + //循环跑 + while (true){ + await autoRunList(list); + if (true){ + //不循环跑 + break + }else + if (config.user.physical.current