> ## Documentation Index
> Fetch the complete documentation index at: https://omer-914cc1c6.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Update

> 跟踪变更与更新

使用 `Update` 组件以一致的格式展示更新日志条目、版本更新和发布说明。

<Update label="示例" description="v0.1.1">
  ## 示例更新

  你可以在这里添加任何内容，例如截图、代码片段或变更列表。

  <Frame>
    <img className="block" src="https://mintlify-assets.b-cdn.net/hero-light.png" alt="" />
  </Frame>

  ### 新增功能

  * 响应式设计
  * 为每次更新提供锚点
  * 为每次更新生成 RSS 源条目
</Update>

<div id="how-to-use">
  ## 使用指南
</div>

```mdx Update example theme={null}
<Update label="2024-10-11" description="v0.1.0" tags={["Mintlify"]}>
  这是一个带有标签、说明和标记的更新。
</Update>
```

使用多个 `Update` 组件来创建[更新日志](/zh/guides/changelogs)。

<div id="props">
  ## 属性
</div>

<ResponseField name="label" type="string" required>
  更新的标签。显示在更新内容左侧，并会创建锚点链接。标签必须唯一。
</ResponseField>

<ResponseField name="tags" type="string[]">
  更新的标签。会在右侧面板中显示为筛选项。
</ResponseField>

<ResponseField name="description" type="string">
  更新的说明。显示在标签和标签下方。
</ResponseField>
