From a3bc68cf0e1fc9a71295828736c3960c4cbede5c Mon Sep 17 00:00:00 2001 From: JJMdzh Date: Mon, 6 Oct 2025 14:28:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=B8=A1=E5=B1=81=E8=82=A1?= =?UTF-8?q?=E4=B8=8D=E6=8B=BE=E5=8F=96=20(#2080)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复鸡屁股不拾取 --- repo/js/AutoArtifacts_A_B_Extra/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repo/js/AutoArtifacts_A_B_Extra/main.js b/repo/js/AutoArtifacts_A_B_Extra/main.js index 0c1bb6b77..8510dc847 100644 --- a/repo/js/AutoArtifacts_A_B_Extra/main.js +++ b/repo/js/AutoArtifacts_A_B_Extra/main.js @@ -114,7 +114,7 @@ function determinePath() { async function init(shouldRestore = true, shouldResizeMap = false) { dispatcher.addTimer(new RealtimeTimer("AutoPick", { "forceInteraction": false })); if (shouldRestore) { - await genshin.tp("-257.8800964", "627.0402832"); + await genshin.tp("4747.68505859375", "2632.9970703125");, await sleep(3000); } if (shouldResizeMap) { @@ -366,7 +366,7 @@ async function runFile(filePath, times = 2) { // 步骤1:先执行路径(确保路径已完成) let forceInteraction = filePath.search("-f") != -1; - if (!isToRestore) dispatcher.addTimer(new RealtimeTimer("AutoPick", { "forceInteraction": false })); + if (!isToRestore) dispatcher.addTimer(new RealtimeTimer("AutoPick", { "forceInteraction": forceInteraction })); await pathingScript.runFile(filePath); // 执行路径 await sleep(1000);