update README.md

This commit is contained in:
Miuzarte
2026-04-27 22:41:12 +08:00
parent af230a3c19
commit e089f687c0
3 changed files with 50 additions and 39 deletions

View File

@@ -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

View File

@@ -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>

View File

@@ -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"
} // },
], ],
} }