铁匠铺1.5 (#892)

* 修复锻造只有2次的问题

* Update readme(25.05.20).md

* Update manifest.json
This commit is contained in:
呱呱z
2025-05-20 23:44:17 +08:00
committed by GitHub
parent e49ce3c96f
commit 1abd8890fb
3 changed files with 10 additions and 4 deletions

View File

@@ -165,7 +165,10 @@
foundIngredient = true;
// 点击“开始锻造”3次
{ await sleep(1000); click(1645, 1015); await sleep(1000); click(1645, 1015); await sleep(1000); }
{
await sleep(1000); click(1645, 1015);
await sleep(1000); click(1645, 1015);
await sleep(1000); click(1645, 1015);}
break; // 找到矿石后退出循环
}
}

View File

@@ -1,9 +1,9 @@
{
"manifest_version": 1,
"name": "自动锻造魔矿",
"version": "1.4(2025.05.20版)",
"version": "1.5(2025.05.20版)",
"bgi_version": "0.44.0",
"description": "自动选择铁匠铺和使用矿物去锻造精锻矿。\n \n使用前请阅读“readme”文件。 \n---更新说明--- \n- 新增通知功能",
"description": "自动选择铁匠铺和使用矿物去锻造精锻矿。\n \n使用前请阅读“readme”文件。 \n\n---更新说明--- \n- 修复锻造次数不足3次的问题",
"tags": ["铁匠铺", "锻造", "精锻用矿"],
"authors": [
{

View File

@@ -1,6 +1,6 @@
// ==UserScript==
// @name 自动锻造魔矿脚本
// @version 1.4
// @version 1.5
// @description 自动前往铁匠铺并锻造魔矿,通过识图模式自动选择矿石
// @author 呱呱z
// @match 原神版本5.6BGI 版本0.45.1
@@ -50,6 +50,9 @@
## 更新日志
### 1.52025.05.20
- 修复锻造次数不足3次的问题
### 1.42025.05.20
- 新增通知功能