更新 'SrcJuying.js'

pull/1/head
src48597962 2 years ago
parent eca0152014
commit f8b0dac375
  1. 8
      SrcJuying.js

@ -524,6 +524,12 @@ function sousuo2() {
}), }),
col_type: 'scroll_button' col_type: 'scroll_button'
}); });
}else{
d.push({
title: '↻无记录',
url: "hiker://empty",
col_type: 'scroll_button'
});
} }
recordlist.forEach(item=>{ recordlist.forEach(item=>{
d.push({ d.push({
@ -531,7 +537,7 @@ function sousuo2() {
url: item + searchurl, url: item + searchurl,
col_type: 'scroll_button', col_type: 'scroll_button',
extra: { extra: {
cls: 'searchrecord', cls: 'searchrecord'
} }
}); });
}) })

Loading…
Cancel
Save