更新 'SrcJySet.js'

master
src48597962 7 months ago
parent 53081452d7
commit dda8f78a52
  1. 10
      SrcJySet.js

@ -153,7 +153,7 @@ function SRCSet() {
col_type: 'scroll_button' col_type: 'scroll_button'
}) })
}) })
if(sx.length==0){ if(sx.length>0){
sx.unshift({ sx.unshift({
title: "清搜", title: "清搜",
url: !getMyVar("SrcJu_seacrhJiekou")?"hiker://empty":$('#noLoading#').lazyRule(() => { url: !getMyVar("SrcJu_seacrhJiekou")?"hiker://empty":$('#noLoading#').lazyRule(() => {
@ -593,7 +593,13 @@ function jiekou(data) {
onChange: 'putMyVar("apiurl",input);' onChange: 'putMyVar("apiurl",input);'
} }
}); });
if(data && data.ext){
d.push({
title: data.ext,
col_type: 'text_1',
url: "hiker://empty"
});
}
d.push({ d.push({
title: '类型:' + getMyVar('apitype', ''), title: '类型:' + getMyVar('apitype', ''),
col_type:'text_1', col_type:'text_1',

Loading…
Cancel
Save