更新 'SrcAutoTmpl.js'

pull/1/head
src48597962 2 years ago
parent 5513542e75
commit f36accd36d
  1. 5
      SrcAutoTmpl.js

@ -49,7 +49,10 @@ function autoerji(url){
var details2 = "";
}
try{
var pic = pd(html,t.img,url).replace(/http.*\/tu\.php\?tu=|\/img\.php\?url=| |\/tu\.php\?tu=/g,'');
var pic = pdfh(html,t.img).replace(/http.*\/tu\.php\?tu=|\/img\.php\?url=| |\/tu\.php\?tu=/g,'');
if(!/^http/.test(pic)){
pic = url.match(/http(s)?:\/\/.*?\//)[0] + pic;
}
if(pic&&!detail.pic){detail.pic = pic;}
}catch(e){
var pic = "";

Loading…
Cancel
Save