mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2025-02-20 20:21:38 +01:00
docs: 📝 Update README
This commit is contained in:
parent
2f145d1032
commit
d5cada2dfb
@ -339,6 +339,14 @@ Windows 及 Linux 端内部集成了 Gnirehtet, 用于提供 PC 到安卓设
|
||||
|
||||
这可能是因为安装路径中包含中文或特殊字符导致的,请尝试更改安装路径。
|
||||
|
||||
### Linux 系统中安装后无法打开
|
||||
|
||||
> 一些流行的发行版(如 Ubuntu 24.04)对 AppImage 应用程序实施了新的限制,限制了沙箱的使用。临时解决方法如下:
|
||||
|
||||
```shell
|
||||
sudo chmod 4755 /opt/Escrcpy/chrome-sandbox
|
||||
```
|
||||
|
||||
## 获得帮助
|
||||
|
||||
> 因为是开源项目 全靠爱发电 所以支持有限 更新节奏不固定
|
||||
|
@ -339,6 +339,14 @@ Gnirehtet встроен в приложения для Windows и Linux, что
|
||||
|
||||
Это может быть вызвано наличием китайских или специальных символов в пути установки. Попробуйте изменить путь установки.
|
||||
|
||||
### Невозможно открыть после установки в системе Linux
|
||||
|
||||
> В некоторых популярных дистрибутивах, таких как Ubuntu 24.04, были введены новые ограничения для приложений AppImage, ограничивающие использование песочниц. Временное решение следующее:
|
||||
|
||||
```shell
|
||||
sudo chmod 4755 /opt/Escrcpy/chrome-sandbox
|
||||
```
|
||||
|
||||
## Получение помощи
|
||||
|
||||
> Поскольку это проект с открытым исходным кодом, полностью поддерживаемый пожертвованиями, поддержка ограничена, и обновления могут не выходить по фиксированному расписанию.
|
||||
|
@ -340,6 +340,15 @@ You need to customize the file paths for `scrcpy` and `adb` (ensuring they have
|
||||
|
||||
This might be due to Chinese or special characters in the installation path. Please try changing the installation path.
|
||||
|
||||
|
||||
### Unable to Open After Installation in Linux System
|
||||
|
||||
> New restrictions have been implemented for AppImage applications in some popular distributions, such as Ubuntu 24.04, limiting the use of sandboxes. A temporary workaround is as follows:
|
||||
|
||||
```shell
|
||||
sudo chmod 4755 /opt/Escrcpy/chrome-sandbox
|
||||
```
|
||||
|
||||
## Getting Help
|
||||
|
||||
> As this is an open source project run entirely by donations, support is limited and updates may not be on a fixed schedule.
|
||||
|
10
package.json
10
package.json
@ -21,12 +21,6 @@
|
||||
"postinstall": "electron-builder install-app-deps",
|
||||
"prepare": "husky install"
|
||||
},
|
||||
"dependencies": {
|
||||
"electron-in-page-search": "1.3.2",
|
||||
"nanoid": "5.0.7",
|
||||
"pinia-plugin-persistedstate": "3.2.1",
|
||||
"vue": "3.4.21"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "3.8.0",
|
||||
"@devicefarmer/adbkit": "3.2.6",
|
||||
@ -44,6 +38,7 @@
|
||||
"electron-builder": "25.1.8",
|
||||
"electron-context-menu": "4.0.4",
|
||||
"electron-find-in-page": "1.0.8",
|
||||
"electron-in-page-search": "1.3.2",
|
||||
"electron-log": "5.2.0",
|
||||
"electron-store": "9.0.0",
|
||||
"electron-updater": "6.3.9",
|
||||
@ -53,7 +48,9 @@
|
||||
"fs-extra": "11.2.0",
|
||||
"husky": "9.0.11",
|
||||
"lodash-es": "4.17.21",
|
||||
"nanoid": "5.0.7",
|
||||
"pinia": "2.1.7",
|
||||
"pinia-plugin-persistedstate": "3.2.1",
|
||||
"pinyin-pro": "^3.26.0",
|
||||
"postcss": "8.4.38",
|
||||
"postcss-nested": "6.0.1",
|
||||
@ -67,6 +64,7 @@
|
||||
"vite-plugin-electron": "0.28.8",
|
||||
"vite-plugin-electron-renderer": "0.14.6",
|
||||
"vite-svg-loader": "5.1.0",
|
||||
"vue": "3.4.21",
|
||||
"vue-command": "35.2.1",
|
||||
"vue-i18n": "9.13.1",
|
||||
"which": "4.0.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user