# 多个设置与文档不符，存在UI Bug

**URL:** <https://meta.discourse.org/t/several-settings-not-matching-docs-and-ui-bugs/242970>\
**Category:** Support\
**Created:** [2022年十月26日 15:06 UTC](https://meta.discourse.org/t/several-settings-not-matching-docs-and-ui-bugs/242970 "2022-10-26T15:06:33Z")\
**Posts on this page:** 1\
**Showing post:** 5

<div class="post-metadata">

**Author:** ![ReenigneArcher](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/reenignearcher/32/278266_2.png) [@ReenigneArcher](https://meta.discourse.org/u/ReenigneArcher)\
**Post date:** [2022年十月26日 15:30 UTC](https://meta.discourse.org/t/several-settings-not-matching-docs-and-ui-bugs/242970/5 "2022-10-26T15:30:05Z")

</div>

这真令人失望。我想在页面上添加一个 WidgetBot [crate](https://docs.widgetbot.io/embed/crate/)（Discord 集成），这比 [(Deprecated) Display a "Discord Widget" in a dropdown button](https://meta.discourse.org/t/display-a-discord-widget-in-a-dropdown-button/73719) 提供的解决方案要好得多。

```html
<script src="https://cdn.jsdelivr.net/npm/@widgetbot/crate@3" async defer>
  new Crate({
    server: '299881420891881473',
    channel: '355719584830980096',
  })
</script>

```

这只是很简单的一段代码。手动添加他们的源 JavaScript 不起作用。

我猜没有其他方法可以启用这些选项了？

也许可以有一个请求流程，看看源代码是否安全，然后将其添加到托管实例中？或者允许添加，因为 JavaScript 是在客户端运行的，而不是在主机上运行的？

---

_[View the full topic](https://meta.discourse.org/t/several-settings-not-matching-docs-and-ui-bugs/242970)._
