diff --git a/src/Flows.js b/src/Flows.js
index 74d0864..a987ad5 100644
--- a/src/Flows.js
+++ b/src/Flows.js
@@ -17,6 +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 = ['性相关', '政治相关', '折叠']
window.LATEST_POST_ID=parseInt(localStorage['_LATEST_POST_ID'],10)||0;
@@ -160,7 +161,7 @@ class FlowItem extends PureComponent {
}
#{props.info.pid}
- {props.info.tag!==null &&
+ {(props.info.tag!==null && props.info.tag!=='折叠') &&
{props.info.tag}
@@ -168,8 +169,8 @@ class FlowItem extends PureComponent {
{props.img_clickable ?
:
@@ -177,7 +178,7 @@ class FlowItem extends PureComponent {
}
最新回复