Update JDJRValidator_Pure.js

This commit is contained in:
Faker 2022-11-23 17:47:39 +08:00
parent 256e74a9b7
commit cce7e93592

View File

@ -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') {