From 480ad9aafa048bbd53b17f130aa4522402a83a43 Mon Sep 17 00:00:00 2001 From: mno <718135749@qq.com> Date: Tue, 21 Oct 2025 23:14:12 +0800 Subject: [PATCH] =?UTF-8?q?js=EF=BC=9A=E7=8B=97=E7=B2=AE=E6=89=B9=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修正匹配阈值参数 --- repo/js/AAA-Artifacts-Bulk-Supply/main.js | 3 ++- repo/js/AAA-Artifacts-Bulk-Supply/manifest.json | 2 +- repo/js/ArtifactsGroupPurchasing/main.js | 3 ++- repo/js/ArtifactsGroupPurchasing/manifest.json | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/repo/js/AAA-Artifacts-Bulk-Supply/main.js b/repo/js/AAA-Artifacts-Bulk-Supply/main.js index 150fcad14..9caac8e04 100644 --- a/repo/js/AAA-Artifacts-Bulk-Supply/main.js +++ b/repo/js/AAA-Artifacts-Bulk-Supply/main.js @@ -1347,7 +1347,8 @@ async function recognizeAndInteract() { 12 + 28 * cnLen + 2, 30 ); - recognitionObject.Threshold = targetItem.Threshold; + + recognitionObject.Threshold = TMthreshold; recognitionObject.InitTemplate(); result = gameRegion.find(recognitionObject); if (result.isExist()) { diff --git a/repo/js/AAA-Artifacts-Bulk-Supply/manifest.json b/repo/js/AAA-Artifacts-Bulk-Supply/manifest.json index a6ea6e3b3..b05ea0293 100644 --- a/repo/js/AAA-Artifacts-Bulk-Supply/manifest.json +++ b/repo/js/AAA-Artifacts-Bulk-Supply/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 1, "name": "AAA狗粮批发", - "version": "1.4.0", + "version": "1.4.1", "tags": [ "狗粮" ], diff --git a/repo/js/ArtifactsGroupPurchasing/main.js b/repo/js/ArtifactsGroupPurchasing/main.js index 4623b95a6..e1b2c43ff 100644 --- a/repo/js/ArtifactsGroupPurchasing/main.js +++ b/repo/js/ArtifactsGroupPurchasing/main.js @@ -1186,7 +1186,8 @@ async function recognizeAndInteract() { 12 + 28 * cnLen + 2, 30 ); - recognitionObject.Threshold = targetItem.Threshold; + + recognitionObject.Threshold = TMthreshold; recognitionObject.InitTemplate(); result = gameRegion.find(recognitionObject); if (result.isExist()) { diff --git a/repo/js/ArtifactsGroupPurchasing/manifest.json b/repo/js/ArtifactsGroupPurchasing/manifest.json index a1c4a86b3..03360ecca 100644 --- a/repo/js/ArtifactsGroupPurchasing/manifest.json +++ b/repo/js/ArtifactsGroupPurchasing/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 1, "name": "AAA狗粮联机团购", - "version": "1.5.1", + "version": "1.5.2", "tags": [ "狗粮" ],