Update SrcJySet.js

pull/1/head
jevons0411 3 years ago
parent 29da20a448
commit 54c46a3140
  1. 5
      SrcJySet.js

@ -576,8 +576,9 @@ function SRCSet() {
html = html.replace(reg, function(word) {
return /^\/{2,}/.test(word) || /^\/\*/.test(word) ? "" : word;
}).replace(/^.*#.*$/gm,"").replace(/🐝|🚀|🐌|💡|🥇|⚽|🏀|📺|🐨|🐧|🍋|🐯|👒|🅱|🚁|🍎|🎈|💘|🐞|🔥|🌎|🈲|🍀|🥒|⭐|❄|\(XPF\)|\(萝卜\)|\(神马\)|\(切\)|\(聚\)|\(优\)|\(神马\)|\(XB\)|\(SP\)|[\x00-\x1F\x7F]/g,'').replace(/\,\,/g,',');//.replace(/=\\n\"/g,'="')|[\t\r\n]
log(html);
var data = JSON.parse(html);
//log(html);
eval('var data = ' + html)
//var data = JSON.parse(html);
var jiekou = data.sites;
var jiexi = data.parses;
} catch (e) {

Loading…
Cancel
Save