From 516cbe95e2852852b7ab2ae4b2d381ef4f0378cb Mon Sep 17 00:00:00 2001 From: Jamis Date: Sun, 27 Jul 2025 18:21:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DOCR=E8=B4=AD=E4=B9=B0?= =?UTF-8?q?=E9=A3=9F=E6=9D=90=E8=84=9A=E6=9C=AC=E4=B8=AD=EF=BC=8C=E5=AF=BB?= =?UTF-8?q?=E6=89=BENPC=E9=87=8D=E8=AF=95=E4=B8=8D=E8=83=BD=E6=88=90?= =?UTF-8?q?=E5=8A=9F=E7=9A=84=E9=97=AE=E9=A2=98=20(#1424)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- repo/js/OCR购买食材/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/repo/js/OCR购买食材/main.js b/repo/js/OCR购买食材/main.js index 205ad6ab..99e6674a 100644 --- a/repo/js/OCR购买食材/main.js +++ b/repo/js/OCR购买食材/main.js @@ -326,6 +326,7 @@ async function checkNpcAndFAlignment(npcName, fDialogueRo) { } // 检查是否找到 F 图标 + ra = captureGameRegion(); fRes = ra.find(fDialogueRo); // 重新查找 F 图标 if (fRes.isExist()) { log.info("找到 F 图标");