---
metadata:
  - name: generator
    content: Diplodoc Platform v5.48.2
alternate:
  - https://yandex.com/dev/games/doc/en/requirements/8/4/1.md
  - https://yandex.com/dev/games/doc/hi/requirements/8/4/1.md
  - https://yandex.com/dev/games/doc/ko/requirements/8/4/1.md
  - https://yandex.com/dev/games/doc/ru/requirements/8/4/1.md
  - https://yandex.com/dev/games/doc/tr/requirements/8/4/1.md
  - https://yandex.com/dev/games/doc/vi/requirements/8/4/1.md
  - https://yandex.com/dev/games/doc/zh/requirements/8/4/1.md
---
> **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 -->

{% note info "游戏要求第8.4.1点" %}

文本和媒体内容链接 [通过 SDK 集成](https://yandex.com/dev/games/doc/zh/sdk/sdk-other-games.md)，并引导用户前往您在 Yandex 游戏目录中的其他游戏。跳转到其他游戏不会中断当前的游戏进程，[导航元素](*examples_navigation) 对用户来说也很直观。

{% endnote %}

## 审核通过标准 {#criteria}

- 链接通过 SDK 集成，并指向您在 Yandex 游戏目录中的其他游戏。
- 导航元素清晰表明用户将被引导至何处。
- 仅可在非活跃游戏过程中（例如在菜单或关卡之间）跳转到其他游戏。
- 跳转到其他游戏时，当前游戏的标签页不会被关闭。

## 检查方法 {#verification}

为确保链接是通过SDK嵌入的：

1. 清除[缓存](https://yandex.com/support/common/browsers-settings/cache.html){.external}.

1. 用[Debug面板](https://yandex.com/dev/games/doc/zh/console/debug-panel.md)打开游戏:

   <!-- source: zh/_includes/requirements/start-debug-panel.md -->
   {% list tabs %}

   - 通过开发者控制台
       1. 打开 [Yandex游戏控制台](https://games.yandex.com/console){.external}。
       1. 选择所需的游戏。
       1. 在左上角点击 **Open with debug panel**。

   - 通过地址栏
       1. 打开所需的游戏。
       1. 在浏览器地址栏末尾添加 `&debug-mode=16`。

          链接示例：`https://yandex.com/games/app/XXXX?debug-mode=16`，其中 `XXXX` —— 游戏的唯一标识符。

   {% endlist %}
   <!-- endsource: zh/_includes/requirements/start-debug-panel.md -->

1. 在屏幕的左下角点击 **SDK mocks** ⚒️按钮，然后选择 🔗 **Game links mock is enabled** 选项。

   {% cut "这是什么样子的" %}

   ![](../../../_images/requirements/8-4-1-links-to-other-games/disabled.webp =250x)

   {% endcut %}

1. 等待5秒钟。
1. 重新启动游戏。
1. 访问链接到您的另一个游戏。

   如果API正确使用，将打开一个静态页面：

   ![](../../../_images/requirements/8-4-1-links-to-other-games/static-page.webp)

   如果打开的是另一个页面（例如，一个包含其他游戏的页面），这意味着其他游戏的链接添加不正确。在这种情况下，请参考[添加链接的指南](https://yandex.com/dev/games/doc/zh/sdk/sdk-other-games.md)。

{% cut "游戏检查示例" %}

@[](https://runtime.strm.yandex.ru/player/video/vplvgstg4adnxkpzytqg?autoplay=0&mute=0)

{% endcut %}

[*examples_navigation]: More Games 以及类似的板块、链接、按钮。