update SrcJySet.js.

pull/1/head
src48597962 3 years ago committed by Gitee
parent 0f0a6b30e6
commit 54d17794dd
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
  1. 1
      SrcJySet.js

@ -533,6 +533,7 @@ function SRCSet() {
html = html.replace(reg, function(word) {
return /^\/{2,}/.test(word) || /^\/\*/.test(word) ? "" : word;
}).replace(/#.*?\n/g,"");
log(html)
var data = JSON.parse(html);
var jiekou = data.sites;
var jiexi = data.parses;

Loading…
Cancel
Save