修复OCR购买食材脚本中,寻找NPC重试不能成功的问题 (#1424)

This commit is contained in:
Jamis
2025-07-27 18:21:30 +08:00
committed by GitHub
parent e5b1016d97
commit 516cbe95e2

View File

@@ -326,6 +326,7 @@ async function checkNpcAndFAlignment(npcName, fDialogueRo) {
}
// 检查是否找到 F 图标
ra = captureGameRegion();
fRes = ra.find(fDialogueRo); // 重新查找 F 图标
if (fRes.isExist()) {
log.info("找到 F 图标");