# 在 LLM 页面创建导出按钮

**URL:** <https://meta.discourse.org/t/create-export-button-on-llm-page/326793>\
**Category:** Bug\
**Tags:** fixed\
**Created:** [2024年九月17日 07:12 UTC](https://meta.discourse.org/t/create-export-button-on-llm-page/326793 "2024-09-17T07:12:18Z")\
**Posts on this page:** 1\
**Showing post:** 5

<div class="post-metadata">

**Author:** ![j.jaffeux](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/j.jaffeux/32/60297_2.png) [@j.jaffeux](https://meta.discourse.org/u/j.jaffeux)\
**Post date:** [2024年十月1日 00:58 UTC](https://meta.discourse.org/t/create-export-button-on-llm-page/326793/5 "2024-10-01T00:58:57Z")

</div>

我认为这已经通过以下方式修复：

> <https://github.com/discourse/discourse/commit/73f42e110af3eaf5dc453c11bf27145e406270c0>
>
> In 61c1d35f17468b3666c966839da911d9f96dad19 I added a
> PluginOutlet to AdminPlug…inConfigPage. This was intended to be
> used as a way to render actions buttons inside the header of
> a plugin that has a custom admin UI page. This worked, but
> since the outlet was generically named, as soon as one plugin
> used it the button would show on all plugins.
> 
> This fixes the immediate issue by naming the outlet based
> on the plugin, then having each plugin specify their own
> outlet to render into. There may be a nicer way to do this,
> but for now this stops the bleeding.

（供您参考 @martin）

谢谢！

---

_[View the full topic](https://meta.discourse.org/t/create-export-button-on-llm-page/326793)._
