mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
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:
committed by
GitHub
parent
c91c1ff279
commit
b93d39b77e
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user