diff --git a/repo/js/纪行周常-10个boss一条龙/main.js b/repo/js/纪行周常-10个boss一条龙/main.js index 3e88e6aa..8f1ad0e5 100644 --- a/repo/js/纪行周常-10个boss一条龙/main.js +++ b/repo/js/纪行周常-10个boss一条龙/main.js @@ -31,7 +31,6 @@ while (attempt <= 3 && !battleSuccess) { log.info(`执行前往『${challengeName}』的路线`); await pathingScript.runFile(`assets/${challengeName}前往.json`); - await keyMouseScript.runFile(`assets/${challengeName}前往键鼠.json`); log.info(`开始第${attempt}次战斗尝试`); try { await dispatcher.runTask(new SoloTask("AutoFight")); @@ -58,4 +57,4 @@ } catch (error) { log.error(`脚本执行出错: ${error}`); } -})(); \ No newline at end of file +})();