更新 'SrcJyData.js'

master
src48597962 2 years ago
parent c1dc34873c
commit 420ea4010a
  1. 6
      SrcJyData.js

@ -440,10 +440,10 @@ function JYerji(){
if(JYconfig['alistLine']==1){ if(JYconfig['alistLine']==1){
d.push({ d.push({
title: 'Alist搜索', title: 'Alist搜索',
url: $("#noLoading#").lazyRule(() => { url: $("#noLoading#").lazyRule((name) => {
require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJyAlist.js'); require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJyAlist.js');
alistSearch2(MY_PARAMS.name); alistSearch2(name);
}), },MY_PARAMS.name),
col_type: 'scroll_button' col_type: 'scroll_button'
}) })
} }

Loading…
Cancel
Save