# 功能请求：移除通知

**URL:** https://meta.discourse.org/t/feature-request-removing-notifications/410141
**Category:** Feature
**Tags:** notifications
**Created:** [2026 年8 月 16 日 03:21 UTC](https://meta.discourse.org/t/feature-request-removing-notifications/410141 "2026-08-16T03:21:05Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![chapoi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chapoi/32/537252_2.png) [@chapoi](https://meta.discourse.org/u/chapoi)
#### Post date: [2026 年8 月 18 日 06:58 UTC](https://meta.discourse.org/t/feature-request-removing-notifications/410141/4 "2026-08-18T06:58:01Z")

</div>

我明白了。我不确定这个功能很快就会被采纳，但你完全可以通过添加一行 CSS 轻松实现类似的效果：

```css
.quick-access-panel {
  li.notification.read {
    display: none;
  }
}

```

这样一来，任何已读的通知都会消失。

---

_[View the full topic](https://meta.discourse.org/t/feature-request-removing-notifications/410141)._
