fix bug: cannot talk to Azale (#1909)

This commit is contained in:
Jamis
2025-09-15 12:09:02 +08:00
committed by GitHub
parent c547101b0c
commit c3cdbe6d9b
2 changed files with 2 additions and 2 deletions

View File

@@ -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);

View File

@@ -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": [
{