版本号前缺少 v,导致返回 404 错误。
查看发布说明中的新功能
链接指向
https://releases.discourse.org/changelog/2026.5.0-latest.1
而不是
https://releases.discourse.org/changelog/v2026.5.0-latest.1
版本号前缺少 v,导致返回 404 错误。
查看发布说明中的新功能
链接指向
https://releases.discourse.org/changelog/2026.5.0-latest.1
而不是
https://releases.discourse.org/changelog/v2026.5.0-latest.1
我提交了一个 PR 来修复 new_version_mailer... 模板中的链接问题,方法是在 URL 字符串中添加 v。
您也可以在本地通过编辑 new_version_mailer.text_body_template 和 new_version_mailer_with_notes.text_body_template 中的 URL 字符串来修复此问题。
谢谢!我没想到我也可以在本地修复这个问题,所以这特别有帮助。
PR 已合并,因此您下次更新时此问题应已修复。