> For the complete documentation index, see [llms.txt](https://gitbook.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.com/docs/documentation/zh/chuang-jian-nei-rong/blocks/updates.md).

# 更新

向页面添加一个或多个更新——非常适合为你的站点添加更新日志

更新块可让你在任意页面中添加更新日志。每条更新都有日期、可选标签，并支持其中的任何块内容——文本、图片、代码块、列表等等。

### 添加更新

在任意页面中插入一个更新块。添加到页面后，将鼠标悬停在现有更新的上方或下方，即可按顺序添加下一条。

要更改日期格式，请点击块中的日期。你可以显示完整日期、缩短版本，或仅显示数字（例如，12/25/2025）。

### 标签

每条更新都可以有自己的标签。使用日期下方的标签选择器来添加、移除或重新排序它们。

### RSS 源

任何包含更新块的页面都会自动获得一个 RSS 源——无需额外设置。

读者可以通过页面顶部的按钮打开该源，复制 URL，并将其添加到他们喜欢的阅读器中。你发布的新更新会自动推送到该阅读器。

如果页面没有更新块，就不会有 RSS 源。只需在页面中添加一个即可生成它。

#### 方案可用性

更新块适用于\[付费方案]。如果你没有看到添加更新块的选项，请检查你的方案是否包含该功能的访问权限。

#### 如果你的源没有显示

如果已发布页面上没有显示 RSS 按钮，请确认该页面至少包含一个更新块。该源与该块的存在相关——如果缺少它，源就不会生成。如果该块已存在但源仍未显示，请联系 [GitBook 支持](https://www.gitbook.com/contact).

### 示例

{% updates format="full" %}
{% update date="2025-12-25" tags="beta" %}

## 全新更新

使用此块向用户介绍一次全新的更新。在其中添加你需要的任何附加块——图片、代码、列表等等。
{% endupdate %}
{% endupdates %}

{% code overflow="wrap" %}

```markdown
{% updates format="full" %}
{% update date="2025-12-25" tags="beta" %}
## 全新更新

此块非常适合向用户介绍你的产品中的一次全新更新。你可以轻松在该更新块中添加其他块，包括图片、代码、列表以及更多内容。
{% endupdate %}
{% endupdates %}
```

{% endcode %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://gitbook.com/docs/documentation/zh/chuang-jian-nei-rong/blocks/updates.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
