update SrcJyMenu.js.

pull/1/head
src48597962 3 years ago committed by Gitee
parent 04e9a6567f
commit be2a6e2a9b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
  1. 4
      SrcJyMenu.js

@ -205,8 +205,8 @@ var erjimenu = [
}else{
//app自带的解析在屏蔽优先时,直接加入黑名单
recordlist['excludeparse'] = recordlist['excludeparse']||[];
if(recordlist['excludeparse'].indexOf(recordlist.parse[input])==-1){
recordlist['excludeparse'].push(recordlist.parse[input]);
if(parseurl&&recordlist['excludeparse'].indexOf(parseurl)==-1){
recordlist['excludeparse'].push(parseurl);
}
var sm = parsename+'>加入全局黑名单';
}

Loading…
Cancel
Save