ChangelogDecember 9, 2025configurationapi-referencecomponents最后更新时间前置属性 您现在可以使用新的 last-updated 前置属性在页面页脚显示”最后更新”消息。这有助于读者了解内容的最后修改时间。 1---2title: API Reference3last-updated: December 9, 20254--- 日期在页面反馈下方以小文本原样显示,因此您可以使用任何您偏好的日期格式。 阅读文档 API 参考文档描述的页脚组件 您现在可以在 API 端点描述中使用 <Footer> 组件,添加在响应部分下方页面底部渲染的内容。这对于相关链接、附加上下文或在端点文档末尾更有意义的注释很有用。 api/openapi.yml1paths:2 /plants:3 get:4 summary: List all plants5 description: |6 Get a list of all plants in the system.78 <Footer>9 ## Related endpoints1011 - [Create a plant](/api-reference/plants/create)12 - [Update a plant](/api-reference/plants/update)13 </Footer> 阅读文档
December 9, 2025configurationapi-referencecomponents最后更新时间前置属性 您现在可以使用新的 last-updated 前置属性在页面页脚显示”最后更新”消息。这有助于读者了解内容的最后修改时间。 1---2title: API Reference3last-updated: December 9, 20254--- 日期在页面反馈下方以小文本原样显示,因此您可以使用任何您偏好的日期格式。 阅读文档 API 参考文档描述的页脚组件 您现在可以在 API 端点描述中使用 <Footer> 组件,添加在响应部分下方页面底部渲染的内容。这对于相关链接、附加上下文或在端点文档末尾更有意义的注释很有用。 api/openapi.yml1paths:2 /plants:3 get:4 summary: List all plants5 description: |6 Get a list of all plants in the system.78 <Footer>9 ## Related endpoints1011 - [Create a plant](/api-reference/plants/create)12 - [Update a plant](/api-reference/plants/update)13 </Footer> 阅读文档