铁匠铺2.4.1更新 (#2653)

### 2.4.1`(2026-01-11)`
- **修复**:
  1. 对话界面点击锻造图标失败,卡住的问题
This commit is contained in:
呱呱z
2026-01-11 09:54:53 +08:00
committed by GitHub
parent 800e009fd3
commit 94292ef475
3 changed files with 17 additions and 5 deletions

View File

@@ -121,6 +121,10 @@ QOCR识别矿石数量不准确怎么办
## 📜 更新日志
### 2.4.1`(2026-01-11)`
- **修复**
1. 对话界面点击锻造图标失败,卡住的问题
### 2.4.0`(2025-11-29)`
- **优化**:纳塔铁匠铺路线可能出现跑过头的问题
- **新增**
@@ -176,9 +180,8 @@ QOCR识别矿石数量不准确怎么办
---
**最后更新**202511 月 29
**最后更新**202601 月 11
**维护者**@呱呱z
> 💡 提示:建议定期检查更新以获取最佳体验和最新功能
**矿石优先级说明**

View File

@@ -686,12 +686,21 @@ async function forgeOre(smithyName, maxOre = null) {
let dialogFound = false;
for (let attempt = 0; attempt < maxAttempts; attempt++) {
if (await findAndInteract(ForgeRo, {
useClick: true,
timeout: 2000,
interval: 500,
postClickDelay: 1000,
singleAttempt: true
})) {
})) {
await sleep(1000);
await click(960, 1042);
await findAndInteract(ForgeRo, {
useClick: true,
timeout: 2000,
interval: 500,
postClickDelay: 1000,
singleAttempt: true
});
log.info("已找到对话界面锻造图标并点击");
await sleep(1000);
await click(960, 1042);

View File

@@ -1,7 +1,7 @@
{
"manifest_version": 1,
"name": "自动锻造魔矿(识图版)",
"version": "2.4.0",
"version": "2.4.1",
"bgi_version": "0.48.2",
"description": "自动选择铁匠铺和使用矿物去锻造精锻矿。\n \n使用前请阅读“readme”文件以获取更多详细信息。 \n---更新说明--- \n- 请查阅readme",
"tags": [