Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Faker authored and Faker committed Dec 24, 2022
1 parent 1d39042 commit c181e1c
Show file tree
Hide file tree
Showing 5 changed files with 60 additions and 399 deletions.
2 changes: 1 addition & 1 deletion JDJRValidator_Pure.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
18 changes: 18 additions & 0 deletions jd_joypark_synthesis.js

Large diffs are not rendered by default.

Loading

0 comments on commit c181e1c

Please sign in to comment.