docs: 在不支持列表中添加腾讯应用宝 (#14477)

* 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>
This commit is contained in:
Goat Boring(山羊博宁88)
2025-10-21 10:49:00 +08:00
committed by GitHub
parent c91c1ff279
commit b93d39b77e

View File

@@ -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();