From c3cdbe6d9b853920e178d895840095d91c67d88c Mon Sep 17 00:00:00 2001 From: Jamis Date: Mon, 15 Sep 2025 12:09:02 +0800 Subject: [PATCH] fix bug: cannot talk to Azale (#1909) --- repo/js/OCR购买食材/main.js | 2 +- repo/js/OCR购买食材/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/repo/js/OCR购买食材/main.js b/repo/js/OCR购买食材/main.js index 1de185068..21de8017d 100644 --- a/repo/js/OCR购买食材/main.js +++ b/repo/js/OCR购买食材/main.js @@ -296,7 +296,7 @@ async function clickSelectedIngredients(selectedIngredients, filePath, npcNames) await click(1300, 650); await sleep(500); await click(1300, 650); await sleep(1000); await click(1320, 780); await sleep(1000); - } else if (filePath === azaleVillMerPath || filePath === sumiGroceryFilePath) { + } else if (filePath === sumiGroceryFilePath) { log.info("执行须弥杂货商等的点击操作"); await click(1300, 660); await sleep(1000); await click(1300, 660); await sleep(1000); diff --git a/repo/js/OCR购买食材/manifest.json b/repo/js/OCR购买食材/manifest.json index 613037c8b..82bd17cd3 100644 --- a/repo/js/OCR购买食材/manifest.json +++ b/repo/js/OCR购买食材/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 1, "name": "选择购买食材OCR", - "version": "1.30515", + "version": "1.30516", "description": "至少需要0.48版本bgi,对NPC和材料进行文字、图像识别。\n一般食材杂货在蒙德、璃月、稻妻、枫丹杂货商购买。\n10鱼肉、10螃蟹在卯师傅、珀姆、布特罗斯、阿扎莱和志村勘兵卫购买。\n咖啡豆在须弥、枫丹咖啡馆购买。\n增加对话F图像识别,增加个别字识别容错;增加香辛料,在阿扎莱处购买。\nv1.30513修复循环套叠,优化F未识别后的尝试方案。", "authors": [ {