From 4de70c5f46503129a70094fc44b86d1a5bc2096f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=A5=E4=B8=80=E4=B8=80?= <1204244136@qq.com> Date: Wed, 4 Jun 2025 00:14:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=92=A8=E8=AF=A2?= =?UTF-8?q?=E6=84=8F=E5=A4=96=E9=80=80=E5=87=BA=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DoroHelper.ahk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DoroHelper.ahk b/DoroHelper.ahk index 52c4d7d..4fbfdd3 100644 --- a/DoroHelper.ahk +++ b/DoroHelper.ahk @@ -2108,7 +2108,7 @@ LoveTalking() { AddLog("该妮姬已咨询") } } - if (ok := FindText(&X, &Y, NikkeX, NikkeY, NikkeX + NikkeW, NikkeY + NikkeH, 0.1 * PicTolerance, 0.1 * PicTolerance, Text10, 0, 0, , , , , TrueRatio, TrueRatio)) { + if (ok := FindText(&X, &Y, NikkeX, NikkeY, NikkeX + NikkeW, NikkeY + NikkeH, 0.05 * PicTolerance, 0.05 * PicTolerance, Text10, 0, 0, , , , , TrueRatio, TrueRatio)) { AddLog("咨询次数已耗尽,跳过任务") break }