Update main.js (#1541)

This commit is contained in:
Tool_tingsu
2025-08-10 18:50:14 +08:00
committed by GitHub
parent d45eef380a
commit 287b72a377

View File

@@ -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"));