doc: 添加 Google Play 游戏 支持说明 (#6920)

This commit is contained in:
Rbqwow
2023-10-15 03:41:20 +08:00
committed by GitHub
parent 12e8969ef7
commit af4675fcab
5 changed files with 27 additions and 4 deletions

View File

@@ -111,6 +111,11 @@ const notSupport = shuffleArray([
不支持,未开放 adb 端口。
`,
`
### 🚫 [Google Play 游戏 Beta](https://play.google.com/googleplaygames)
不支持,[玩家客户端](https://developer.android.com/games/playgames/pg-emulator?hl=zh-cn#installing-game-consumer)未开放 adb 端口。
`,
])
const md = (new MarkdownIt()).use(MarkdownItAnchor, { permalink: MarkdownItAnchor.permalink.linkInsideHeader()})

View File

@@ -60,7 +60,7 @@ Compatible but:
## 🚫 MuMu Mobile Game Assistant
Incompatible. ADB port is not open.
Incompatible. The ADB port is unavailable.
## ⚠️ [MuMu emulator X (Android 12)](https://www.mumuglobal.com/) (most smooth👍)
@@ -88,7 +88,11 @@ Compatible, but there are fewer tests and there may be unknown issues
## 🚫 Tencent Mobile Game Assistant
Incompatible. ADB port is not open.
Incompatible. The ADB port is unavailable.
## 🚫 [Google Play Games Beta](https://developer.android.com/games/playgames/pg-emulator?hl=zh-cn#installing-game-consumer)
Incompatible. The ADB port of [the consumer client](https://developer.android.com/games/playgames/pg-emulator?hl=zh-cn#installing-game-consumer)is unavailable.
## ⚠️ [Win11 WSA](https://docs.microsoft.com/en-us/windows/android/wsa/)

View File

@@ -109,6 +109,11 @@ adbポートが開いていないのでサポートしていません。
adbポートが開いていないのでサポートしていません。
`,
`
### 🚫 [Google Play Games Beta](https://play.google.com/googleplaygames)
サポートされていません。[消費者クライアント](https://developer.android.com/games/playgames/pg-emulator?hl=zh-cn#installing-game-consumer) は adb ポートを開きません。
`、
])
const md = (new MarkdownIt()).use(MarkdownItAnchor, { permalink: MarkdownItAnchor.permalink.linkInsideHeader()})

View File

@@ -61,7 +61,7 @@
## 🚫 MuMu Mobile Game Assistant
지원되지 않습니다. adb 포트가 닫혀 있습니다.
지원되지 않습니다. ADB 포트가 닫혀 있습니다.
## ⚠️ [MuMu Player X](https://www.mumuglobal.com/kr/faq/system-requirement-mumu-player-x.html) (가장 부드러움 👍)
@@ -84,7 +84,7 @@
## 🚫 Tencent Mobile Game Assistant
지원되지 않습니다. adb 포트가 닫혀 있습니다.
지원되지 않습니다. ADB 포트가 닫혀 있습니다.
## ⚠️ [Windows Subsystem for Android](https://learn.microsoft.com/ko-kr/windows/android/wsa/)
@@ -101,6 +101,10 @@
지원됩니다.
## 🚫 [Google Play Games Beta](https://developer.android.com/games/playgames/pg-emulator?hl=zh-cn#installing-game-consumer)
호환되지 않습니다. [소비자 클라이언트](https://developer.android.com/games/playgames/pg-emulator?hl=zh-cn#installing-game-consumer)의 ADB 포트를 사용할 수 없습니다.
## ⚙️ 수동 연결
1. [adb](https://dl.google.com/android/repository/platform-tools-latest-windows.zip)를 다운로드해 압축을 풀어주세요.

View File

@@ -111,6 +111,11 @@ const notSupport = shuffleArray([
不支援,未開放 adb 通訊埠。
`,
`
### 🚫 [Google Play 遊戲 Beta](https://play.google.com/googleplaygames)
不支援,[消費者用戶端](https://developer.android.com/games/playgames/pg-emulator?hl=zh-cn#installing-game-consumer)未開放 adb 通訊埠。
`,
])
const md = (new MarkdownIt()).use(MarkdownItAnchor, { permalink: MarkdownItAnchor.permalink.linkInsideHeader()})