Skip to content

Commit ae521f2

Browse files
Bedrockxzaodonganqi
authored andcommitted
js:狗粮批发
修正匹配阈值参数 (cherry picked from commit 480ad9a)
1 parent a8e637c commit ae521f2

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

repo/js/AAA-Artifacts-Bulk-Supply/main.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1347,7 +1347,8 @@ async function recognizeAndInteract() {
13471347
12 + 28 * cnLen + 2,
13481348
30
13491349
);
1350-
recognitionObject.Threshold = targetItem.Threshold;
1350+
1351+
recognitionObject.Threshold = TMthreshold;
13511352
recognitionObject.InitTemplate();
13521353
result = gameRegion.find(recognitionObject);
13531354
if (result.isExist()) {

repo/js/AAA-Artifacts-Bulk-Supply/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 1,
33
"name": "AAA狗粮批发",
4-
"version": "1.4.0",
4+
"version": "1.4.1",
55
"tags": [
66
"狗粮"
77
],

repo/js/ArtifactsGroupPurchasing/main.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1186,7 +1186,8 @@ async function recognizeAndInteract() {
11861186
12 + 28 * cnLen + 2,
11871187
30
11881188
);
1189-
recognitionObject.Threshold = targetItem.Threshold;
1189+
1190+
recognitionObject.Threshold = TMthreshold;
11901191
recognitionObject.InitTemplate();
11911192
result = gameRegion.find(recognitionObject);
11921193
if (result.isExist()) {

repo/js/ArtifactsGroupPurchasing/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 1,
33
"name": "AAA狗粮联机团购",
4-
"version": "1.5.1",
4+
"version": "1.5.2",
55
"tags": [
66
"狗粮"
77
],

0 commit comments

Comments
 (0)