如何禁用热点功能?

我认为您可以用 CSS 隐藏它们

span.hc-topic-card__status.--hot {
  display: none;
}
2 个赞