处理部分不优雅的内容,改名

This commit is contained in:
2020-09-02 11:13:24 +08:00
parent 0bb4b7217d
commit 1f3e49738e
12 changed files with 11331 additions and 15128 deletions

View File

@@ -13,14 +13,12 @@ import {
build_highlight_re,
Time,
TitleLine,
HighlightedText,
ClickHandler,
ColoredSpan,
HighlightedMarkdown,
} from './Common';
import './Flows.css';
import LazyLoad, { forceCheck } from './react-lazyload/src';
import { AudioWidget } from './AudioWidget';
import { TokenCtx, ReplyForm } from './UserAction';
import { API } from './flows_api';
@@ -868,7 +866,9 @@ class FlowItemRow extends PureComponent {
<span className="box-header-tag">{this.props.info.tag}</span>
)}
<Time stamp={this.props.info.timestamp} short={true} />
<span className="box-header-badge">{this.needFold ? '已隐藏' : '已屏蔽'}</span>
<span className="box-header-badge">
{this.needFold ? '已隐藏' : '已屏蔽'}
</span>
<div style={{ clear: 'both' }} />
</div>
</div>