This commit is contained in:
2021-06-06 11:54:38 +08:00
parent 85cf28d552
commit b07d24202e
9 changed files with 514 additions and 401 deletions

View File

@@ -1,4 +1,4 @@
# uengine 运行器
# uengine 运行器 1.2.0
#### 介绍
@@ -11,13 +11,21 @@
#### 软件架构
i386 和 amd64
#### 更新内容
1.2.0更新内容:
1、支持安装自动添加快捷方式、卸载删除快捷方式
2、支持使用包名或 APK 文件卸载程序;
3、支持查看安装的所有包名
4、进行了部分优化
#### 源码安装教程
1. 安装所需依赖
```
sudo apt install python3 python3-tk git adb python3-pip
sudo apt install python3 python3-tk git adb python3-pip aapt
pip3 install pillow
pip3 install ttkthemes
```
@@ -34,7 +42,7 @@ git clone https://gitee.com/gfdgd-xi/uengine-runner.git
sudo cp uengine-runner /opt/apps -rv
chmod 777 /opt/apps/uengine-runner/main.py
sudo cp /opt/apps/uengine-runner/main.py /usr/bin/uengine-runner
uengine-runner
./main.py
```
4. 卸载本程序
@@ -48,9 +56,11 @@ pip3 uninstall ttkthemes
#### 使用说明
提示:
1、先连接设备再进行操作
None
2、支持连接其他 Android 系统操作(需要进行设置)
#### 特技
……