From 34f424ca73bd9ca0f438310e430861776a82072a Mon Sep 17 00:00:00 2001 From: Tool_tingsu <143606015+Tooltingsu@users.noreply.github.com> Date: Mon, 6 Oct 2025 20:34:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20ciallo=20=E6=9C=89?= =?UTF-8?q?=E6=A6=82=E7=8E=87=E6=97=A0=E6=B3=95=E8=BE=93=E5=85=A5=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98=20(#2092)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- repo/js/Ciallo/main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/repo/js/Ciallo/main.js b/repo/js/Ciallo/main.js index 54d0ad6b2..4c624d735 100644 --- a/repo/js/Ciallo/main.js +++ b/repo/js/Ciallo/main.js @@ -28,6 +28,7 @@ const chatTemplate = file.ReadImageMatSync("assets/RecognitionObject/chat.png"); ); await sleep(1000); await findAndClick(recognitionObj); + await sleep(1000); keyPress("VK_RETURN"); await sleep(1000); inputText(ciallo); @@ -51,4 +52,4 @@ async function findAndClick(target, maxAttempts = 5) { if (i < maxAttempts - 1) await sleep(250); } return false; -} \ No newline at end of file +}