diff --git a/repo/js/铁匠铺/main.js b/repo/js/铁匠铺/main.js index f037d714..70350bfd 100644 --- a/repo/js/铁匠铺/main.js +++ b/repo/js/铁匠铺/main.js @@ -36,8 +36,9 @@ }; // 行列数的排列组合 - const rows = [1, 2, 3]; - const cols = [1, 2, 3, 4, 5]; + const rows = [1, 2, 3]; // 行数 + const cols = [1, 2, 3, 4, 5]; // 列数 + const gridCoordinates = []; for (const row of rows) { @@ -215,4 +216,4 @@ if (notice) { notification.send("自动锻造矿石脚本结束"); } -})(); \ No newline at end of file +})(); diff --git a/repo/js/铁匠铺/manifest.json b/repo/js/铁匠铺/manifest.json index 6d25386c..469661f1 100644 --- a/repo/js/铁匠铺/manifest.json +++ b/repo/js/铁匠铺/manifest.json @@ -3,7 +3,7 @@ "name": "自动锻造魔矿", "version": "1.40521(2025.05.21版)", "bgi_version": "0.44.0", - "description": "自动选择铁匠铺和使用矿物去锻造精锻矿。\n \n使用前请阅读“readme”文件。 \n---更新说明--- \n- 新增矿石不足时自动选择备用选矿", + "description": "自动选择铁匠铺和使用矿物去锻造精锻矿。\n \n使用前请阅读“readme”文件。 \n---更新说明--- \n- 新增矿石未能识别时自动选择备用选矿", "tags": ["铁匠铺", "锻造", "精锻用矿"], "authors": [ { diff --git a/repo/js/铁匠铺/readme(25.05.21).md b/repo/js/铁匠铺/readme(25.05.21).md index 63f47ecf..3207cb8e 100644 --- a/repo/js/铁匠铺/readme(25.05.21).md +++ b/repo/js/铁匠铺/readme(25.05.21).md @@ -57,7 +57,7 @@ ### 1.40521(2025.05.21) -- 新增矿石不足时自动选择备用选矿 +- 新增矿石未能识别时自动选择备用选矿 ### 1.4(2025.05.20) diff --git a/repo/js/铁匠铺/settings.json b/repo/js/铁匠铺/settings.json index 6f227c92..1a55d3fd 100644 --- a/repo/js/铁匠铺/settings.json +++ b/repo/js/铁匠铺/settings.json @@ -19,7 +19,7 @@ { "name": "ore", "type": "select", - "label": "锻造用矿(默认:水晶块)\n当矿石不足时依次使用", + "label": "当矿石未能识别时依次使用\n锻造用矿(默认:水晶块)", "options": [ "水晶块", "萃凝晶", @@ -55,4 +55,4 @@ "紫晶块" ] } -] \ No newline at end of file +]