Skip to content

Commit 84631c6

Browse files
committed
更新说明文档
1 parent c2ab074 commit 84631c6

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

FreeControl/Main.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ public void InitPdone()
193193
Application.ApplicationExit += (sender, e) =>
194194
{
195195
SetUserData(_Setting);
196-
// ADB.Execute("kill-server");
196+
ADB.Execute("kill-server");
197197
};
198198
FormClosed += (sender, e) => Application.Exit();
199199
// 窗口拖动

README.en.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[![](https://img.shields.io/github/downloads/pdone/FreeControl/total?style=for-the-badge)](https://github.com/pdone/FreeControl/releases)
66
[![](https://img.shields.io/github/stars/pdone/FreeControl?style=for-the-badge)](https://github.com/pdone/FreeControl)
77
[![](https://img.shields.io/github/issues/pdone/FreeControl?style=for-the-badge)](https://github.com/pdone/FreeControl/issues)
8+
[![](https://img.shields.io/badge/site-Pdone's_Blog-blue?style=for-the-badge)](https://awaw.cc)
89

910
## Introduction
1011

@@ -18,11 +19,11 @@ Based on the open source project [**scrcpy**](https://github.com/Genymobile/scrc
1819

1920
## Interface
2021

21-
![](https://cdn.jsdelivr.net/gh/pdone/static@latest/img/article/free-control/1.6.6_1_en.png)
22+
![](https://raw.githubusercontent.com/pdone/static/master/img/article/free-control/1.6.6_1_en.png)
2223

23-
![](https://cdn.jsdelivr.net/gh/pdone/static@latest/img/article/free-control/1.6.6_2_en.png)
24+
![](https://raw.githubusercontent.com/pdone/static/master/img/article/free-control/1.6.6_2_en.png)
2425

25-
![](https://cdn.jsdelivr.net/gh/pdone/static@latest/img/article/free-control/v1.4.0_5.gif)
26+
![](https://raw.githubusercontent.com/pdone/static/master/img/article/free-control/v1.4.0_5.gif)
2627

2728
## Download
2829
### GitHub Release

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[![](https://img.shields.io/github/downloads/pdone/FreeControl/total?style=for-the-badge)](https://github.com/pdone/FreeControl/releases)
66
[![](https://img.shields.io/github/stars/pdone/FreeControl?style=for-the-badge)](https://github.com/pdone/FreeControl)
77
[![](https://img.shields.io/github/issues/pdone/FreeControl?style=for-the-badge)](https://github.com/pdone/FreeControl/issues)
8+
[![](https://img.shields.io/badge/site-Pdone's_Blog-blue?style=for-the-badge)](https://awaw.cc)
89

910
## 介绍
1011

@@ -18,11 +19,11 @@
1819

1920
## 界面
2021

21-
![](https://cdn.jsdelivr.net/gh/pdone/static@latest/img/article/free-control/1.6.6_1.png)
22+
![](https://raw.githubusercontent.com/pdone/static/master/img/article/free-control/1.6.6_1.png)
2223

23-
![](https://cdn.jsdelivr.net/gh/pdone/static@latest/img/article/free-control/1.6.6_2.png)
24+
![](https://raw.githubusercontent.com/pdone/static/master/img/article/free-control/1.6.6_2.png)
2425

25-
![](https://cdn.jsdelivr.net/gh/pdone/static@latest/img/article/free-control/v1.4.0_5.gif)
26+
![](https://raw.githubusercontent.com/pdone/static/master/img/article/free-control/v1.4.0_5.gif)
2627

2728
## 下载
2829
### GitHub Release
@@ -119,7 +120,7 @@ Android 11 及更高版本支持使用 Android 调试桥 (adb) 从工作站以
119120
adb pair ipaddr:port
120121
```
121122

122-
6. 提示 `Enter pairing code: ` 时输入弹窗中的配对码,成功后会显示 `Successfully paired to ...`
123+
6. 提示 `Enter pairing code:` 时输入弹窗中的配对码,成功后会显示 `Successfully paired to ...`
123124

124125
7. 使用无线调试下的 **IP 地址和端口**
125126

@@ -213,7 +214,7 @@ Android 11 及更高版本支持使用 Android 调试桥 (adb) 从工作站以
213214
<details>
214215
<summary>展开</summary>
215216

216-
![](https://ghps.cc/https://github.com/pdone/static/blob/master/img/donate/zfb_wx.jpg)
217+
![](https://raw.githubusercontent.com/pdone/static/master/img/donate/zfb_wx.jpg)
217218

218219
</details>
219220

0 commit comments

Comments
 (0)