如何设置可以用于标记的选项?

@Rahim123 这应该可以通过自定义 CSS 来解决。

我预计以下内容应该可以正常工作;

.controls.off_topic {
    display: none !important;
}
1 个赞