空气主题

您可以尝试以下 CSS:

.topic-list {
    .topic-list-header .posts,
    .topic-list-body .posts {
        display: none !important;
    }
}

2 个赞