更新README
This commit is contained in:
parent
ed2155b83e
commit
d5b37e3951
61
README.md
61
README.md
|
@ -13,6 +13,29 @@
|
|||
+ **近期升级的 UEngine 安装时会自动把要安装的 apk 删除**,如果这个 apk 文件非常重要请**拷贝一个备份版并安装这个备份版或者在程序设置里面选择“备份APK包然后在安装后自动拷贝原先目录”选项**
|
||||
![image.png](https://storage.deepin.org/thread/202205211808393526_image.png)
|
||||
|
||||
## 如何升级至最新版本
|
||||
### 一、使用星火应用商店更新到最新版本
|
||||
**1、打开星火应用商店并打开到对应的界面,点击“升级”**
|
||||
![image.png](https://storage.deepin.org/thread/202205220755222083_image.png)
|
||||
**2、然后安装**
|
||||
![image.png](https://storage.deepin.org/thread/202205220756248090_image.png)
|
||||
**3、结束**
|
||||
### 二、通过源更新(需要添加星火应用商店源)
|
||||
输入以下命令即可:
|
||||
```bash
|
||||
sudo apt update
|
||||
sudo apt upgrade
|
||||
```
|
||||
![image.png](https://storage.deepin.org/thread/202205220758088497_image.png)
|
||||
### 三、使用程序自带的更新程序更新
|
||||
**1、打开 UEngine 运行器然后点击“关于”=>“检查更新”,点击“更新(更新过程中会关闭所有Python应用,包括这个应用)”**
|
||||
![image.png](https://storage.deepin.org/thread/202205220759382269_image.png)
|
||||
**2、输入密码进行更新**
|
||||
![image.png](https://storage.deepin.org/thread/202205220801175784_image.png)
|
||||
**3、提示更新完毕即可**
|
||||
![image.png](https://storage.deepin.org/thread/202205220801513371_image.png)
|
||||
|
||||
|
||||
|
||||
### 更新内容
|
||||
#### V1.6.1(2022年05月21日,521)
|
||||
|
@ -22,7 +45,7 @@
|
|||
**※4、修复了本程序的“UEngine 键盘映射”无法启动的问题**
|
||||
5、把构建 UEngine Root 镜像修改为多线程下载(wget=>aria2)
|
||||
6、提供了 UEngine 运行器的 API(可以从项目地址中获取)
|
||||
7、补上遗漏的项目参与者“星空露光”,新加项目参与者“为什么您不喜欢熊出没和阿布呢”
|
||||
7、补上遗漏的项目参与者“星空露光”,新加参与者
|
||||
![截图_选择区域_20220521175308.png](https://storage.deepin.org/thread/202205211806261045_截图_选择区域_20220521175308.png)
|
||||
![截图_选择区域_20220521175238.png](https://storage.deepin.org/thread/202205211806269003_截图_选择区域_20220521175238.png)
|
||||
![截图_选择区域_20220521175156.png](https://storage.deepin.org/thread/202205211806255140_截图_选择区域_20220521175156.png)
|
||||
|
@ -182,14 +205,16 @@ FileNotFoundError: [Errno 2] No such file or directory: '/home/gfdgd_xi/.local/s
|
|||
1. 安装所需依赖
|
||||
|
||||
```bash
|
||||
sudo apt install deepin-elf-verify python3 python3-tk python3-pip
|
||||
sudo apt install aapt uengine python3-setuptools deepin-terminal curl
|
||||
sudo apt install python3-pil python3-pil.imagetk python3-requests adb
|
||||
sudo apt install translate-shell python3-xlib python3-requests fonts-noto-cjk python3-numpy
|
||||
python3 -m pip install pip -U
|
||||
sudo apt install python3 python3-tk python3-pip aapt uengine
|
||||
sudo apt install python3-setuptools deepin-terminal curl python3-pil
|
||||
sudo apt install python3-pil.imagetk python3-requests adb
|
||||
sudo apt install translate-shell python3-xlib fonts-noto-cjk
|
||||
sudo apt install python3-numpy python3-matplotlib wget inotify-tools aria2
|
||||
python3 -m pip install --upgrade pip -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
|
||||
python3 -m pip install --upgrade ttkthemes -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
|
||||
python3 -m pip install --upgrade pyautogui -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
|
||||
python3 -m pip install --upgrade keyboard -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
|
||||
python3 -m pip install --upgrade easygui -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
|
||||
```
|
||||
|
||||
2. 下载本程序
|
||||
|
@ -201,20 +226,8 @@ git clone https://gitee.com/gfdgd-xi/uengine-runner.git
|
|||
3. 运行本程序
|
||||
|
||||
```bash
|
||||
sudo mkdir /opt/apps/uengine-runner
|
||||
sudo cp uengine-runner /opt/apps/uengine-runner -rv
|
||||
sudo cp getxmlimg.py /opt/apps/uengine-runner -rv
|
||||
sudo cp icon.png /opt/apps/uengine-runner -rv
|
||||
chmod 777 /opt/apps/uengine-runner/main.py
|
||||
sudo cp /opt/apps/uengine-runner/main.py /usr/bin/uengine-runner
|
||||
./main.py
|
||||
```
|
||||
|
||||
4. 卸载本程序
|
||||
```bash
|
||||
sudo rm /usr/bin/uengine-runner -v
|
||||
sudo rm /opt/apps/uengine-runner/ -rfv
|
||||
pip3 uninstall ttkthemes
|
||||
chmod 777 uengine-runner/main.py
|
||||
./uengine-runner/main.py
|
||||
```
|
||||
|
||||
### 使用说明
|
||||
|
@ -227,10 +240,6 @@ pip3 uninstall ttkthemes
|
|||
提 issue 最好,当然有些问题自己无法解决,请大佬 push 一下
|
||||
如果出现故障,尝试终端运行,如果是可以自行解决的问题,就**自行解决**,如果可以就**提 issues 并提供解决方案**,不行就**提 isscue 并提供程序和终端报错以及程序版本**
|
||||
|
||||
### 下载量
|
||||
这里只统计蓝奏云的下载量,链接(懒得更了):
|
||||
[https://kdocs.cn/l/smrvazWGuKcY](https://kdocs.cn/l/smrvazWGuKcY)
|
||||
|
||||
### 已知问题
|
||||
<p align="center"><img src='https://bbs.deepin.org/assets/image/raccoon/[sad].gif'></p>
|
||||
|
||||
|
@ -257,12 +266,14 @@ pip3 uninstall ttkthemes
|
|||
| gfdgd xi | 3025613752@qq.com |
|
||||
| actionchen | 917981399@qq.com |
|
||||
| 柚子 | https://gitee.com/Limexb |
|
||||
| 星空露光 | https://gitee.com/Cynorkyle |
|
||||
| 为什么您不喜欢熊出没和阿布呢 | https://weibo.com/u/7755040136 |
|
||||
|
||||
### 相关项目
|
||||
| 项目名称 | 项目地址 |
|
||||
| :-: | :-:|
|
||||
| uengine-installer | https://gitee.com/Maicss/uengine-installer |
|
||||
| uengine APK 打包器 | https://gitee.com/gfdgd-xi/uengine-apk-builder |
|
||||
| UEngine APK 打包器 | https://gitee.com/gfdgd-xi/uengine-apk-builder |
|
||||
| Root UEngine | https://gitee.com/Limexb/root-uengine |
|
||||
|
||||
### 附测试生成图标无问题列表:
|
||||
|
|
Loading…
Reference in New Issue