From d86fbce41b4c1628e8ca29599f2eddb4fed7a9cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E4=BA=91?= Date: Tue, 13 May 2025 22:13:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E8=84=89=E8=8A=B1=EF=BC=9A=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E6=97=A0=E6=B3=95=E5=85=B3=E9=97=AD=E9=A2=86=E5=A5=96?= =?UTF-8?q?=E7=95=8C=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- repo/js/AutoLeyLineOutcrop/main.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/repo/js/AutoLeyLineOutcrop/main.js b/repo/js/AutoLeyLineOutcrop/main.js index 92ef34f1..0fe07eef 100644 --- a/repo/js/AutoLeyLineOutcrop/main.js +++ b/repo/js/AutoLeyLineOutcrop/main.js @@ -1274,6 +1274,10 @@ async function adjustViewForReward(boxIconRo) { let res = resList[i]; if (res.text.includes("原粹树脂")) { log.info("误触发领取页面,尝试关闭页面") + keyPress("ESCAPE"); + await sleep(500); + keyPress("ESCAPE"); + await sleep(500); await genshin.returnMainUi(); } }