# 在添加事件窗口中，'最小事件'设置的作用是什么？为什么它是单独的？

**URL:** <https://meta.discourse.org/t/what-is-the-point-of-the-minimal-event-setting-in-the-add-event-modal-and-why-is-it-separate/359956>\
**Category:** UX\
**Tags:** events\
**Created:** [2025年四月2日 03:37 UTC](https://meta.discourse.org/t/what-is-the-point-of-the-minimal-event-setting-in-the-add-event-modal-and-why-is-it-separate/359956 "2025-04-02T03:37:16Z")\
**Posts on this page:** 1\
**Showing post:** 1

<div class="post-metadata">

**Author:** ![nathank](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nathank/32/290039_2.png) [@nathank](https://meta.discourse.org/u/nathank)\
**Post date:** [2025年四月2日 03:37 UTC](https://meta.discourse.org/t/what-is-the-point-of-the-minimal-event-setting-in-the-add-event-modal-and-why-is-it-separate/359956/1 "2025-04-02T03:37:16Z")

</div>

我指的是这个：

> ![Screenshot 2025-04-02 16.28.34](https://global.discourse-cdn.com/meta/original/4X/1/a/c/1acea3798cc72849c618cf90171a495fad8a63c0.png)

我很难理解这有什么用，但我相信它有其历史原因。不过，一个独立的事件几乎肯定能满足需求，而且我认为这完全是多余的。

我的用户经常在不了解其作用的情况下勾选它，我不得不进去撤销了很多次。因此，现在我在我的实例中用这个 CSS 隐藏了它：

```plaintext

// 隐藏最小事件选项
.event-field.minimal-event {
        display: none;
}

```

也许可以从插件中将其删除？

---

_[View the full topic](https://meta.discourse.org/t/what-is-the-point-of-the-minimal-event-setting-in-the-add-event-modal-and-why-is-it-separate/359956)._
