From b93d39b77e67796a68964fdd990799c4b6edebae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Goat=20Boring=28=E5=B1=B1=E7=BE=8A=E5=8D=9A=E5=AE=8188=29?= <63983700+JasonHuang79@users.noreply.github.com> Date: Tue, 21 Oct 2025 10:49:00 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E5=9C=A8=E4=B8=8D=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E4=B8=AD=E6=B7=BB=E5=8A=A0=E8=85=BE=E8=AE=AF?= =?UTF-8?q?=E5=BA=94=E7=94=A8=E5=AE=9D=20(#14477)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: Add Tencent App Treasure note in notSupport list * chore: Auto update by pre-commit hooks [skip changelog] --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- docs/zh-cn/manual/device/windows.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/zh-cn/manual/device/windows.md b/docs/zh-cn/manual/device/windows.md index 127d4fa28d..83f50d6f11 100644 --- a/docs/zh-cn/manual/device/windows.md +++ b/docs/zh-cn/manual/device/windows.md @@ -81,6 +81,11 @@ const notSupport = shuffleArray([ link: 'https://play.google.com/googleplaygames', note: '不支持,[玩家客户端](https://developer.android.com/games/playgames/pg-emulator?hl=zh-cn#installing-game-consumer)无法连接 ADB。', }, + { + name: '腾讯应用宝', + link: 'https://sj.qq.com/', + note: '不支持,腾讯应用宝没有给出adb连接选项,无法连接 ADB。', + }, ]); const md = new MarkdownIt();