docs: update README.md

This commit is contained in:
Barry 2019-07-21 05:23:57 +08:00
parent 29fa3754bf
commit 941d0a5682
2 changed files with 13 additions and 24 deletions

View file

@ -18,7 +18,7 @@ QtScrcpy可以通过USB(或通过TCP/IP)连接Android设备并进行显示和
![linux](screenshot/ubuntu.png)
## 游戏映射
## 游戏映射仅windows平台开启
额外针对和平精英手游进行键鼠映射,可以用键鼠像玩端游一样玩和平精英手游,默认按键映射如下:
![game](screenshot/game.jpg)
@ -72,20 +72,15 @@ Android部分至少需要API 21Android 5.0)。
## 下载这个软件
[gitee-download]: https://gitee.com/Barryda/QtScrcpy/releases
[github-download]: https://github.com/barry-ran/QtScrcpy/releases
### Windows
windows平台你可以直接使用我编译好的可执行程序:
- 国内下载 [`QtScrcpy-win32-v1.0.1.zip`][gitee-win32]
- 国外下载 [`QtScrcpy-win32-v1.0.1.zip`][github-win32]
[gitee-win32]: https://files.gitee.com/group1/M00/08/37/PaAvDF0O98SAZd-KAf-R_j8Fei8293.zip?token=677250295122144e72ff23de768dbb3a&ts=1561262188&attname=QtScrcpy-win32-v1.0.1.zip&disposition=attachment
[github-win32]: https://github.com/barry-ran/QtScrcpy/releases/download/v1.0.1/QtScrcpy-win32-v1.0.1.zip
- [国内下载][gitee-download]
- [国外下载][github-download]
你也可以[自己编译](#如何编译)
@ -93,12 +88,8 @@ windows平台你可以直接使用我编译好的可执行程序:
Mac OS平台你可以直接使用我编译好的可执行程序:
- 国内下载 [`QtScrcpy-mac64-v1.0.1.zip`][gitee-mac64]
- 国外下载 [`QtScrcpy-mac64-v1.0.1.zip`][github-mac64]
[gitee-mac64]: https://files.gitee.com/group1/M00/08/37/PaAvDF0O98mAEJDJAlpAtBTOOsE526.dmg?token=3fd6b4f6b255a2e0e0362b7e40935ee5&ts=1561262231&attname=QtScrcpy-mac64-v1.0.1.dmg&disposition=attachment
[github-mac64]: https://github.com/barry-ran/QtScrcpy/releases/download/v1.0.1/QtScrcpy-mac64-v1.0.1.zip
- [国内下载][gitee-download]
- [国外下载][github-download]
你也可以[自己编译](#如何编译)

View file

@ -58,22 +58,20 @@ Make sure you enabled [adb debugging][enable-adb] on your device(s).
## Download
[gitee-download]: https://gitee.com/Barryda/QtScrcpy/releases
[github-download]: https://github.com/barry-ran/QtScrcpy/releases
### Windows
For Windows, for simplicity, prebuilt archives with all the dependencies (including adb) are available:
- [`QtScrcpy-win32-v1.0.1.zip`][github-win32]
[github-win32]: https://github.com/barry-ran/QtScrcpy/releases/download/v1.0.1/QtScrcpy-win32-v1.0.1.zip
- [`QtScrcpy`][github-download]
or you can [build it by yourself](#Build)
### Mac OS
For Mac OS, for simplicity, prebuilt archives with all the dependencies (including adb) are available:
- [`QtScrcpy-mac64-v1.0.1.zip`][github-mac64]
[github-mac64]: https://github.com/barry-ran/QtScrcpy/releases/download/v1.0.1/QtScrcpy-mac64-v1.0.1.zip
- [`QtScrcpy`][github-download]
or you can [build it by yourself](#Build)