更新 'SrcJyPublic.js'

master
src48597962 7 months ago
parent 0f14255d78
commit 8d8a5a81a5
  1. 2
      SrcJyPublic.js

@ -104,7 +104,7 @@ function getDatas(lx, isyx) {
}
}
if(urlfile){
arr = { "name": obj.name.includes('|')?obj.name.split('|')[1]:obj.name, "url": urlfile, "type": "hipy_t3", "ext": extfile};
arr = { "name": obj.name.includes('|')?obj.name.split('|')[1].trim():obj.name, "url": urlfile, "type": "hipy_t3", "ext": extfile};
if(arr.name.includes('[搜]')){
arr['onlysearch'] = 1;
}

Loading…
Cancel
Save