mirror of
https://github.com/shufflewzc/faker2.git
synced 2025-07-20 23:30:44 +08:00
Update JDJRValidator_Pure.js
This commit is contained in:
parent
256e74a9b7
commit
cce7e93592
@ -234,7 +234,7 @@ class JDJRValidator {
|
|||||||
return x;
|
return x;
|
||||||
}
|
}
|
||||||
// retry
|
// retry
|
||||||
return await tryRecognize();
|
return 124;
|
||||||
};
|
};
|
||||||
const puzzleX = await tryRecognize();
|
const puzzleX = await tryRecognize();
|
||||||
// console.log(puzzleX);
|
// console.log(puzzleX);
|
||||||
@ -243,7 +243,7 @@ class JDJRValidator {
|
|||||||
|
|
||||||
// console.log(pos[pos.length-1][2] -Date.now());
|
// console.log(pos[pos.length-1][2] -Date.now());
|
||||||
// await sleep(4500);
|
// 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);
|
const result = await JDJRValidator.jsonp('/slide/s.html', {d, ...this.data}, scene);
|
||||||
|
|
||||||
if (result.message === 'success') {
|
if (result.message === 'success') {
|
||||||
|
Loading…
Reference in New Issue
Block a user