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": [ "狗粮" ],