更新 'SrcJyAlist.js'

master
src48597962 2 years ago
parent 7f154df641
commit 862e44ef9b
  1. 5
      SrcJyAlist.js

@ -116,8 +116,7 @@ function Alistlist(alistapi){
d.push({
title: item.name,
img: item.thumb || "https://cdn.jsdelivr.net/gh/alist-org/logo@main/logo.svg",
url: alistapi.server+MY_PARAMS.path+"/"+item.name + '#isVideo=true#',
/*$('#noLoading#').lazyRule((apiurl,path,password) => {
url: $('#noLoading#').lazyRule((apiurl,path,password) => {
require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJyAlist.js');
let json = JSON.parse(gethtml(apiurl, path, password));
if(json.code==200){
@ -125,7 +124,7 @@ function Alistlist(alistapi){
}
return "hiker://empty";
}, alistapi.server+"/api/fs/get", MY_PARAMS.path+"/"+item.name, alistapi.password),
*/
col_type: 'avatar',
})
})

Loading…
Cancel
Save