---
metadata:
  - name: generator
    content: Diplodoc Platform v5.54.4
alternate:
  - https://yandex.com/dev/games/doc/en/console/update-game.md
  - https://yandex.com/dev/games/doc/hi/console/update-game.md
  - https://yandex.com/dev/games/doc/ko/console/update-game.md
  - https://yandex.com/dev/games/doc/ru/console/update-game.md
  - https://yandex.com/dev/games/doc/tr/console/update-game.md
  - https://yandex.com/dev/games/doc/vi/console/update-game.md
  - https://yandex.com/dev/games/doc/zh/console/update-game.md
  - href: zh/console/update-game.md
    type: text/markdown
    title: Markdown version
  - href: ../llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com/dev/games/doc/zh/llms.txt

# 发布更新

<!-- source: zh/_includes/script-common.md -->
<!-- source: zh/_includes/script/index-js.md -->

<!-- endsource: zh/_includes/script/index-js.md -->

<!-- source: zh/_includes/script/requirements-js.md -->

<!-- endsource: zh/_includes/script/requirements-js.md -->

<!-- source: zh/_includes/script/image-modal-js.md -->

<!-- endsource: zh/_includes/script/image-modal-js.md -->
<!-- endsource: zh/_includes/script-common.md -->

游戏发布后，您可以编辑其参数和源代码。当您进行更改时，游戏将重新通过审核。在审核期间，目录中将显示之前上传的游戏版本。

要更新游戏：

1. 检查您的游戏是否符合[要求](https://yandex.com/dev/games/doc/zh/concepts/requirements.md)。

1. <!-- source: zh/_includes/console/open-console.md -->
   使用开发者账号登录[控制台](https://games.yandex.com/console){.external}。
   <!-- endsource: zh/_includes/console/open-console.md -->

1. 在控制台左上角点击 [Games](https://games.yandex.com/console/applications){.external}。
1. 在列表中找到想要更新的游戏，然后点击其名称。
1. 打开草稿：
    - 如果您是首次编辑游戏，请点击 **Create draft**。
    - 如果您有草稿，它将自动打开。
    - 如果游戏已有未发布的版本，请点击其中一个版本的名称。

1. 编辑字段并上传新存档。

    有关字段的详细描述，请参见 [上传游戏](https://yandex.com/dev/games/doc/zh/console/add-new-game.md)。

1. 点击 **Submit for moderation** 按钮。草稿将转为 **Waiting for moderation** 状态。

    {% note warning %}

    同一时间只能进行一项审核：草稿、[创意A/B测试](https://yandex.com/dev/games/doc/zh/concepts/ab-test.md#submit-for-moderation)或[版本A/B测试](https://yandex.com/dev/games/doc/zh/console/ab-builds.md#moderation)。在草稿审核期间，其他类型的审核将不可用。

    {% endnote %}

    <!-- source: zh/_includes/console/moderation.md -->
    游戏将接受[要求](https://yandex.com/dev/games/doc/zh/concepts/requirements.md)合规性审核。通常[审核](https://yandex.com/dev/games/doc/zh/concepts/moderation.md)需要3−5个工作日。
    <!-- endsource: zh/_includes/console/moderation.md -->

    您将在控制台中看到审核结果：

    - 如果审核批准游戏，其状态将更改为：

        - **Published**：游戏将自动发布。
        - **Verified**，如果选择了 [Postpone publication](https://yandex.com/dev/games/doc/zh/console/add-new-game/draft.md#field-delay) 选项。**Publish** 按钮将出现在 **Draft** 标签页上。

    - 如果游戏未获批准，草稿状态将更改为 **Rejected**。将向绑定到Yandex ID的邮箱发送包含拒绝原因的通知。进行必要的更改并重新提交游戏进行审核。

    草稿状态更改为 **Published** 后，新版游戏将出现在 [Yandex Games](https://yandex.com/games/) 目录中。之后，草稿将从游戏树中消失，**Create draft** 按钮将出现在 **Draft** 标签页上。

    {% note info %}

    [控制台](https://games.yandex.com/console){.external}中的游戏状态仅在重新加载页面后更新。

    {% endnote %}
