# 有没有办法在特定主题中隐藏“我也一样”按钮？

**URL:** https://meta.discourse.org/t/is-there-a-way-to-suppress-the-me-too-button-on-a-specific-topic/413259
**Category:** Feature
**Tags:** solved
**Created:** [2026年九月24日 17:33 UTC](https://meta.discourse.org/t/is-there-a-way-to-suppress-the-me-too-button-on-a-specific-topic/413259 "2026-09-24T17:33:54Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![tobiaseigen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tobiaseigen/32/539204_2.png) [@tobiaseigen](https://meta.discourse.org/u/tobiaseigen)
#### Post date: [2026年九月24日 17:33 UTC](https://meta.discourse.org/t/is-there-a-way-to-suppress-the-me-too-button-on-a-specific-topic/413259/1 "2026-09-24T17:33:54Z")

</div>

我希望能够在支持分类中添加一些说明性/欢迎主题，这些主题上不需要显示“我也遇到了”按钮。此外，“关于此分类”页面也不应显示“我也遇到了”按钮，我看到它确实没有显示，这很好！是否有某种 Markdown 技巧或管理操作可以针对特定主题隐藏该按钮？

---

<div class="post-metadata">

### Author: ![satonotdead](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/satonotdead/32/447830_2.png) [@satonotdead](https://meta.discourse.org/u/satonotdead)
#### Post date: [2026年九月24日 18:21 UTC](https://meta.discourse.org/t/is-there-a-way-to-suppress-the-me-too-button-on-a-specific-topic/413259/2 "2026-09-24T18:21:36Z")

</div>

我一直认为，让正文针对每个主题拥有动态的 CSS 样式会很有价值，就像群组和特定页面那样。

---

<div class="post-metadata">

### Author: ![putty](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/putty/32/370902_2.png) [@putty](https://meta.discourse.org/u/putty)
#### Post date: [2026年九月24日 19:20 UTC](https://meta.discourse.org/t/is-there-a-way-to-suppress-the-me-too-button-on-a-specific-topic/413259/3 "2026-09-24T19:20:17Z")

</div>

如果存在（隐藏的）标签时将其隐藏，会怎样？

```plaintext
body.tag-YOUR-TAG-HERE .post-action-menu__solved-shared-issue {
  display: none;
}

```

---

<div class="post-metadata">

### Author: ![tobiaseigen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tobiaseigen/32/539204_2.png) [@tobiaseigen](https://meta.discourse.org/u/tobiaseigen)
#### Post date: [2026年九月24日 20:16 UTC](https://meta.discourse.org/t/is-there-a-way-to-suppress-the-me-too-button-on-a-specific-topic/413259/4 "2026-09-24T20:16:12Z")

</div>

非常感谢！这样就可以了。标签必须对用户可见，所以我得想一个有意义的名称。
