更新 'SrcAutoTmpl.js'

pull/1/head
src48597962 2 years ago
parent 1d87b2425f
commit 2f8a538324
  1. 2
      SrcAutoTmpl.js

@ -250,7 +250,7 @@ function aierji(html,url,detail){
for (let i = 0; i < arr.length; i++) { for (let i = 0; i < arr.length; i++) {
let it = arr[i]; let it = arr[i];
let t = it.text; let t = it.text;
if (!it.href || it.href == "" || (it.href==url&&it.href.indexOf('-')==-1) || /voddetail|s\/guoyu/.test(it.href)) { if (!it.href || it.href == "" || (it.href==url&&it.href.indexOf('-')==-1) || /voddetail|s\/guoyu|vodshow/.test(it.href)) {
continue; continue;
} }
let pre = i == 0 ? null : arr[i - 1]; let pre = i == 0 ? null : arr[i - 1];

Loading…
Cancel
Save