mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-03-21 04:19:51 +08:00
js:狗粮批发
修正匹配阈值参数
This commit is contained in:
@@ -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()) {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "AAA狗粮批发",
|
||||
"version": "1.4.0",
|
||||
"version": "1.4.1",
|
||||
"tags": [
|
||||
"狗粮"
|
||||
],
|
||||
|
||||
@@ -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()) {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "AAA狗粮联机团购",
|
||||
"version": "1.5.1",
|
||||
"version": "1.5.2",
|
||||
"tags": [
|
||||
"狗粮"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user