mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-03-15 03:23:22 +08:00
铁匠铺2.4.1更新 (#2653)
### 2.4.1`(2026-01-11)` - **修复**: 1. 对话界面点击锻造图标失败,卡住的问题
This commit is contained in:
@@ -121,6 +121,10 @@ Q:OCR识别矿石数量不准确怎么办?
|
||||
|
||||
## 📜 更新日志
|
||||
|
||||
### 2.4.1`(2026-01-11)`
|
||||
- **修复**:
|
||||
1. 对话界面点击锻造图标失败,卡住的问题
|
||||
|
||||
### 2.4.0`(2025-11-29)`
|
||||
- **优化**:纳塔铁匠铺路线可能出现跑过头的问题
|
||||
- **新增**:
|
||||
@@ -176,9 +180,8 @@ Q:OCR识别矿石数量不准确怎么办?
|
||||
|
||||
---
|
||||
|
||||
**最后更新**:2025 年 11 月 29 日
|
||||
**最后更新**:2026 年 01 月 11 日
|
||||
**维护者**:@呱呱z
|
||||
|
||||
> 💡 提示:建议定期检查更新以获取最佳体验和最新功能
|
||||
|
||||
**矿石优先级说明**:
|
||||
@@ -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);
|
||||
|
||||
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user