From 287b72a377b9b8cd16be5da3335f6c64b8088648 Mon Sep 17 00:00:00 2001 From: Tool_tingsu <143606015+Tooltingsu@users.noreply.github.com> Date: Sun, 10 Aug 2025 18:50:14 +0800 Subject: [PATCH] Update main.js (#1541) --- repo/js/纪行周常-10个boss一条龙/main.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 +})();