update SrcJySet.js.

pull/1/head
src48597962 3 years ago committed by Gitee
parent 4d8c1308fe
commit c8eb68ab37
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
  1. 2
      SrcJySet.js

@ -576,7 +576,7 @@ function SRCSet() {
var urls= [];
for(let k in jyjiekou){
let jyua = jyjiekou[k].ua||"MOBILE_UA";
let jytype = /csp_biubiu_/.test(jyjiekou[k].type)?"biubiu":"xpath"
let jytype = /csp_biubiu_/.test(k)?"biubiu":"xpath"
urls.push({"name":jyjiekou[k].name,"type":jytype,"ua":jyua,"url":k,"data":jyjiekou[k]})
}
} catch (e) {

Loading…
Cancel
Save