update SrcJySet.js.

pull/1/head
src48597962 3 years ago committed by Gitee
parent b974f3eb78
commit 738aee8cd9
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
  1. 8
      SrcJySet.js

@ -367,7 +367,7 @@ function SRCSet() {
return 'toast://每次搜索成功线程数已设置为:'+input;
}
}, JYconfig, cfgfile),
col_type: "text_2"
col_type: "text_3"
});
d.push({
title: '搜索时长',
@ -379,7 +379,7 @@ function SRCSet() {
return 'toast://接口搜索超时时长已设置为:'+input+'秒';
}
}, JYconfig, cfgfile),
col_type: "text_2"
col_type: "text_3"
});
d.push({
title: '解析保留',
@ -391,7 +391,7 @@ function SRCSet() {
return 'toast://app自带解析保留数量已设置为:'+input;
}
}, JYconfig, cfgfile),
col_type: "text_2"
col_type: "text_3"
});
d.push({
title: '其他资源',
@ -555,7 +555,7 @@ function SRCSet() {
eval(fetch(input))
var urls= [];
for(let k in jyjiekou){
let xpua = jyjiekou[k].ua||MOBILE_UA;
let xpua = jyjiekou[k].ua||"MOBILE_UA";
let xptype = jyjiekou[k].type||"xpath"
urls.push({"name":jyjiekou[k].name,"type":xptype,"ua":xpua,"url":k,"data":jyjiekou[k]})
}

Loading…
Cancel
Save