更新 'SrcJyPublic.js'

master
src48597962 7 months ago
parent d8205f9c13
commit 7388b4e07a
  1. 5
      SrcJyPublic.js

@ -184,8 +184,9 @@ function getJkTags(datas){
let regex = /\[(.*?)\]/; let regex = /\[(.*?)\]/;
let match = str.match(regex); let match = str.match(regex);
if (match) { if (match) {
if(tags.indexOf(match[1])==-1){ let tag = '[' + match[1] + ']';
tags.push(match[1]); if(tags.indexOf(tag)==-1){
tags.push(tag);
} }
} }
}) })

Loading…
Cancel
Save