update README.md
This commit is contained in:
@@ -4,16 +4,17 @@
|
|||||||
|
|
||||||
## 0.2.8
|
## 0.2.8
|
||||||
|
|
||||||
- 新增: 全屏兼容模式
|
- 新增: 设置 -> 全屏 -> 全屏兼容模式
|
||||||
|
|
||||||
## 0.2.7
|
## 0.2.7
|
||||||
|
|
||||||
- 新增: 日志框隐藏
|
- 新增: 设置 -> 杂项 -> 隐藏设备页日志框
|
||||||
- 新增: 应用列表按拼音排序
|
- 新增: 应用列表按拼音排序
|
||||||
|
|
||||||
## 0.2.6
|
## 0.2.6
|
||||||
|
|
||||||
- 新增: 全屏下将系统返回手势映射为发送返回按键
|
- 新增: 设置 -> 全屏 -> 全屏时返回键发送到远程
|
||||||
|
- 全屏下将系统返回手势映射为发送返回按键
|
||||||
|
|
||||||
## 0.2.5
|
## 0.2.5
|
||||||
|
|
||||||
|
|||||||
10
README.md
10
README.md
@@ -150,3 +150,13 @@ specific abi:
|
|||||||
## License
|
## License
|
||||||
|
|
||||||
[Apache License 2.0](LICENSE)
|
[Apache License 2.0](LICENSE)
|
||||||
|
|
||||||
|
## Star History
|
||||||
|
|
||||||
|
<a href="https://www.star-history.com/?repos=Miuzarte%2FScrcpyForAndroid&type=date&legend=top-left">
|
||||||
|
<picture>
|
||||||
|
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/chart?repos=Miuzarte/ScrcpyForAndroid&type=date&theme=dark&legend=top-left" />
|
||||||
|
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/chart?repos=Miuzarte/ScrcpyForAndroid&type=date&legend=top-left" />
|
||||||
|
<img alt="Star History Chart" src="https://api.star-history.com/chart?repos=Miuzarte/ScrcpyForAndroid&type=date&legend=top-left" />
|
||||||
|
</picture>
|
||||||
|
</a>
|
||||||
|
|||||||
@@ -8,41 +8,41 @@
|
|||||||
"name": "scrcpy",
|
"name": "scrcpy",
|
||||||
"path": "../scrcpy"
|
"path": "../scrcpy"
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
"name": "miuix",
|
// "name": "miuix",
|
||||||
"path": "../miuix"
|
// "path": "../miuix"
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
"name": "Reorderable",
|
// "name": "Reorderable",
|
||||||
"path": "../Reorderable"
|
// "path": "../Reorderable"
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
"name": "shizuku",
|
// "name": "shizuku",
|
||||||
"path": "../shizuku"
|
// "path": "../shizuku"
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
"name": "moonlight-android",
|
// "name": "moonlight-android",
|
||||||
"path": "../moonlight-android"
|
// "path": "../moonlight-android"
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
"name": "KernelSU",
|
// "name": "KernelSU",
|
||||||
"path": "../KernelSU"
|
// "path": "../KernelSU"
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
"name": "adblib",
|
// "name": "adblib",
|
||||||
"path": "../adblib"
|
// "path": "../adblib"
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
"path": "../socialite"
|
// "path": "../socialite"
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
"path": "../termux-app"
|
// "path": "../termux-app"
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
"path": "../termux-kotlin-app"
|
// "path": "../termux-kotlin-app"
|
||||||
},
|
// },
|
||||||
{
|
// {
|
||||||
"path": "../Android-DataBackup"
|
// "path": "../Android-DataBackup"
|
||||||
}
|
// },
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user