|
|
|
@ -18,6 +18,7 @@ const DEFAULT_CONFIG={
|
|
|
|
|
pressure: false, |
|
|
|
|
easter_egg: true, |
|
|
|
|
color_scheme: 'default', |
|
|
|
|
fold: true |
|
|
|
|
}; |
|
|
|
|
|
|
|
|
|
export function load_config() { |
|
|
|
@ -238,6 +239,10 @@ export class ConfigUI extends PureComponent {
|
|
|
|
|
description="在某些情况下显示彩蛋" |
|
|
|
|
/> |
|
|
|
|
<hr /> |
|
|
|
|
<ConfigSwitch callback={this.save_changes_bound} id="fold" name="折叠树洞" |
|
|
|
|
description="不在timeline中直接展示被用户或管理员标记为['性相关', '政治相关', '性话题', '政治话题', '折叠', 'NSFW', '刷屏', '真实性可疑', '用户举报较多', '重复内容']的树洞" |
|
|
|
|
/> |
|
|
|
|
<hr /> |
|
|
|
|
<p> |
|
|
|
|
新功能建议或问题反馈请在 |
|
|
|
|
<a href="https://github.com/thuhole/thuhole-go-backend/issues" target="_blank">GitHub <span className="icon icon-github" /></a> |
|
|
|
|