mirror of
https://github.com/shufflewzc/faker2.git
synced 2025-04-28 22:08:45 +08:00
6dy
This commit is contained in:
parent
ddd6f2830a
commit
9ca8cde66b
@ -243,7 +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());
|
||||
//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);
|
||||
|
||||
@ -267,6 +267,7 @@ class JDJRValidator {
|
||||
try {
|
||||
const data = await JDJRValidator.jsonp('/slide/g.html', {e: ''}, scene);
|
||||
const {bg, patch, y} = data;
|
||||
if (bg.length < 30000) return;
|
||||
// const uri = 'data:image/png;base64,';
|
||||
// const re = new PuzzleRecognizer(uri+bg, uri+patch, y);
|
||||
const re = new PuzzleRecognizer(bg, patch, y);
|
||||
|
@ -2,9 +2,8 @@
|
||||
宠汪汪喂食(默认20g)
|
||||
更新时间:2022-10-14
|
||||
活动入口:京东APP我的-更多工具-宠汪汪
|
||||
33 0-23/4 * * * jd_joy_feedPets.js
|
||||
*/
|
||||
const $ = new Env('宠汪汪🐕喂食');
|
||||
const $ = new Env('宠汪汪喂食');
|
||||
const Slider = require('./JDJRValidator_Pure');
|
||||
//$.get = Slider.injectToRequest2($.get.bind($));
|
||||
const notify = $.isNode() ? require('./sendNotify') : '';
|
||||
|
Loading…
Reference in New Issue
Block a user