From f5468724f5daa1778375bb42f1a52e963574c0c3 Mon Sep 17 00:00:00 2001 From: thuhole Date: Sun, 28 Jun 2020 00:19:17 +0800 Subject: [PATCH] update --- src/Flows.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Flows.js b/src/Flows.js index a5e51df..6aaf4f7 100644 --- a/src/Flows.js +++ b/src/Flows.js @@ -17,7 +17,7 @@ const CLICKABLE_TAGS={a: true, audio: true}; const PREVIEW_REPLY_COUNT=10; // const QUOTE_BLACKLIST=['23333','233333','66666','666666','10086','10000','100000','99999','999999','55555','555555']; const QUOTE_BLACKLIST=[]; -const FOLD_TAGS = ['性相关', '政治相关', '性话题', '政治话题', '折叠', 'NSFW', '刷屏', '真实性可疑', '用户举报较多'] +const FOLD_TAGS = ['性相关', '政治相关', '性话题', '政治话题', '折叠', 'NSFW', '刷屏', '真实性可疑', '用户举报较多', '重复内容'] window.LATEST_POST_ID=parseInt(localStorage['_LATEST_POST_ID'],10)||0; @@ -169,7 +169,7 @@ class FlowItem extends PureComponent {