This commit is contained in:
Faker 2022-12-02 11:25:33 +08:00
parent 267d27cf46
commit 1904e5eefc
2 changed files with 2 additions and 1 deletions

View File

@ -243,6 +243,7 @@ class JDJRValidator {
// console.log(pos[pos.length-1][2] -Date.now());
// await sleep(4500);
console.log(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);

File diff suppressed because one or more lines are too long