> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vetox.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Steam 通知

> 在您的 Discord 服务器中公告 Steam 游戏新闻、补丁说明和公告。

<Info>
  需要 **Basic**。每服务器最多 **10 款游戏**。共享规则请参见 [通知如何工作](/zh-CN/notifications/overview)。
</Info>

## 添加游戏

按标题搜索。Vetox 将其解析为 Steam app ID；无法解析的游戏会以 **Steam game not found** 被拒绝。

## 设置

| 设置             | 默认值      | 说明  |
| -------------- | -------- | --- |
| **Discord 频道** | —        | 必需  |
| **游戏新闻时通知**    | **开启**   |     |
| **提及角色**       | 无        |     |
| **自定义通知嵌入**    | Steam 默认 | 深蓝色 |

## 变量

| 变量                | 解析为              |
| ----------------- | ---------------- |
| `{news.title}`    | 标题               |
| `{news.url}`      | 新闻条目的链接          |
| `{news.content}`  | 正文文本，由 Steam 截断  |
| `{news.category}` | Steam 附加到条目的来源标签 |
| `{news.author}`   | 作者               |
| `{game.name}`     | 游戏名              |
| `{game.image}`    | 游戏标题图            |

<Note>
  `{news.content}` 在来源处被截断，因此较长的补丁说明会被截断到达。请包含 `{news.url}`，以便读者打开完整帖子。
</Note>

## 会公告什么

每 **3 分钟** 检查一次，每款游戏 **2 分钟冷却**，读取最近 5 个新闻条目。

<Warning>
  **附加到该游戏的每一个新闻来源都会被公告**，不仅是官方开发者帖子。社区公告和第三方发布到游戏新闻中心的内容会出现。

  没有过滤器可用。`{news.category}` 告诉您条目来自哪个来源，因此在嵌入中放入它至少能标注它们。
</Warning>

<Tip>
  对于新闻中心嘈杂的游戏，实际的解法是专属频道 —— 来源无法缩小。
</Tip>

## 疑难解答

<AccordionGroup>
  <Accordion title="非官方新闻被发布">
    这是预期行为 —— 没有来源过滤器。请将 `{news.category}` 加入嵌入以便看到来源。
  </Accordion>

  <Accordion title="补丁说明被截断">
    Steam 截断了正文。用 `{news.url}` 链接到完整帖子。
  </Accordion>

  <Accordion title="什么都没到达">
    服务器设置的 Steam 开关、高级会员，以及频道的嵌入链接权限。
  </Accordion>
</AccordionGroup>

<Card title="RSS" icon="rss" horizontal href="/zh-CN/notifications/rss">
  跟踪任何动态，包括 Steam 未覆盖的。
</Card>
