This commit is contained in:
Faker 2022-12-24 16:40:59 +08:00
parent d490f547cb
commit e1b9779761
5 changed files with 61 additions and 400 deletions

View File

@ -267,7 +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;
if (bg.length < 10000) return;
// const uri = 'data:image/png;base64,';
// const re = new PuzzleRecognizer(uri+bg, uri+patch, y);
const re = new PuzzleRecognizer(bg, patch, y);

18
jd_joypark_synthesis.js Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long