Skip to content

Commit

Permalink
更新说明文档
Browse files Browse the repository at this point in the history
  • Loading branch information
pdone committed Dec 21, 2023
1 parent c2ab074 commit 84631c6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion FreeControl/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ public void InitPdone()
Application.ApplicationExit += (sender, e) =>
{
SetUserData(_Setting);
// ADB.Execute("kill-server");
ADB.Execute("kill-server");
};
FormClosed += (sender, e) => Application.Exit();
// 窗口拖动
Expand Down
7 changes: 4 additions & 3 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
[![](https://img.shields.io/github/downloads/pdone/FreeControl/total?style=for-the-badge)](https://github.com/pdone/FreeControl/releases)
[![](https://img.shields.io/github/stars/pdone/FreeControl?style=for-the-badge)](https://github.com/pdone/FreeControl)
[![](https://img.shields.io/github/issues/pdone/FreeControl?style=for-the-badge)](https://github.com/pdone/FreeControl/issues)
[![](https://img.shields.io/badge/site-Pdone's_Blog-blue?style=for-the-badge)](https://awaw.cc)

## Introduction

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

## Interface

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

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

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

## Download
### GitHub Release
Expand Down
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
[![](https://img.shields.io/github/downloads/pdone/FreeControl/total?style=for-the-badge)](https://github.com/pdone/FreeControl/releases)
[![](https://img.shields.io/github/stars/pdone/FreeControl?style=for-the-badge)](https://github.com/pdone/FreeControl)
[![](https://img.shields.io/github/issues/pdone/FreeControl?style=for-the-badge)](https://github.com/pdone/FreeControl/issues)
[![](https://img.shields.io/badge/site-Pdone's_Blog-blue?style=for-the-badge)](https://awaw.cc)

## 介绍

Expand All @@ -18,11 +19,11 @@

## 界面

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

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

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

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

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

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

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

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

</details>

Expand Down

0 comments on commit 84631c6

Please sign in to comment.