# 业余插件作者案例研究

**URL:** https://meta.discourse.org/t/case-study-of-an-amateur-plugin-author/402084
**Category:** Development
**Created:** [2026年五月3日 03:41 UTC](https://meta.discourse.org/t/case-study-of-an-amateur-plugin-author/402084 "2026-05-03T03:41:19Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![david](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/david/32/157490_2.png) [@david](https://meta.discourse.org/u/david)
#### Post date: [2026年五月4日 12:19 UTC](https://meta.discourse.org/t/case-study-of-an-amateur-plugin-author/402084/6 "2026-05-04T12:19:50Z")

</div>

感谢提供详细信息，@jericson。正如你所说，Discourse 在用途和架构层级方面与 OpenSSL 处于截然不同的位置。这是一个在进步、可定制性和稳定性之间不断权衡的过程。并不存在能让所有人都满意的完美方案，但我们始终将来自客户和开源社区的反馈纳入考量。我非常喜欢你分享的那段话：

> [@jericson](#):
>
> > [@](#):
> >
> > 但它们并非相互独立，而是共生关系。
> > 
> > 一方发生的行动会影响另一方，反之亦然。你可以将其理解为双向连接的反馈回路。
> > 
> > 它们并非僵化地绑定在一起，更像是连接两者的橡皮筋，是一种引力牵引。

:chefs_kiss:

正如 @moin 提到的，你遇到的 `.hbs` 弃用问题在 `latest` 版本中是一个持续约一周的 bug。对此我们非常抱歉！虽然 `.hbs` 的使用已被弃用，但仍受支持。你的 `.hbs` 代码现在应该可以正常运行了。

> [@jericson](#):
>
> 仍有大量帖子包含 Handlebars 代码，包括 [官方插件开发教程的第二部分](https://meta.discourse.org/t/developing-discourse-plugins-part-2-connect-to-a-plugin-outlet/31001)。

感谢指出这一点。我已经着手清理文档中剩余的 `.hbs` 相关内容：

> <https://github.com/discourse/discourse/pull/39706>

---

_[View the full topic](https://meta.discourse.org/t/case-study-of-an-amateur-plugin-author/402084)._
