第二轮:CSS 隐藏群组详情页上的“活动”或“消息”选项卡

This should do the trick

.group-nav {
  .activity, 
  .messages {
    display: none !important;
  }
}
3 个赞