From cce7e935921efc0db8828873226c0d1b3cef68eb Mon Sep 17 00:00:00 2001 From: Faker Date: Wed, 23 Nov 2022 17:47:39 +0800 Subject: [PATCH] Update JDJRValidator_Pure.js --- JDJRValidator_Pure.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JDJRValidator_Pure.js b/JDJRValidator_Pure.js index dd5957c..f0c2967 100644 --- a/JDJRValidator_Pure.js +++ b/JDJRValidator_Pure.js @@ -234,7 +234,7 @@ class JDJRValidator { return x; } // retry - return await tryRecognize(); + return 124; }; const puzzleX = await tryRecognize(); // console.log(puzzleX); @@ -243,7 +243,7 @@ class JDJRValidator { // console.log(pos[pos.length-1][2] -Date.now()); // await sleep(4500); - await sleep(pos[pos.length - 1][2] - Date.now()); + //await sleep(pos[pos.length - 1][2] - Date.now()); const result = await JDJRValidator.jsonp('/slide/s.html', {d, ...this.data}, scene); if (result.message === 'success') {