forked from newthuhole/hole_thu_frontend
update
This commit is contained in:
@@ -240,7 +240,7 @@ export class ConfigUI extends PureComponent {
|
||||
/>
|
||||
<hr />
|
||||
<ConfigSwitch callback={this.save_changes_bound} id="fold" name="折叠树洞"
|
||||
description="不在timeline中直接展示被用户或管理员标记为['性相关', '政治相关', '性话题', '政治话题', '折叠', 'NSFW', '刷屏', '真实性可疑', '用户举报较多', '重复内容']的树洞"
|
||||
description="在时间线中折叠可能引起不适的树洞"
|
||||
/>
|
||||
<hr />
|
||||
<p>
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user