更新README

This commit is contained in:
gfdgd_xi 2023-04-16 08:59:22 +08:00
parent cf2742f961
commit d9c61a00dd
4 changed files with 26 additions and 7 deletions

View File

@ -1,3 +1,6 @@
clean:
python3 RemovePycacheFile.py
build:
echo 别云间
echo 三年羁旅客,今日又南冠。

View File

@ -12,14 +12,20 @@
测试平台UOS 家庭版 21.3.1deepin 20.8,UOS 专业版 1050
## 程序相关网站
作者个人站https://gfdgd-xi.gitee.io
程序论坛http://bbs.racoongx.cn
作者个人站https://www.gfdgdxi.top
查询 APK 运行情况https://gfdgd-xi.gitee.io/uengine-runner-info/
星火应用商店https://spark-app.store/
星火社区https://www.deepinos.org
Deepin 官网https://www.deepin.org
Deepin 论坛https://bbs.deepin.org
## 在 Deepin 23 Alpha2 安装 UEngine 运行器?
> 例如https://gitee.com/gfdgd-xi/uengine-runner/issues/I6MBBC
需要从以下链接补充依赖:
https://gfdgdxi.lanzoue.com/b01qiu22f
密码:dihl
## 安装前必读
+ **UEngine 安装时会自动把要安装的 apk 删除**,如果这个 apk 文件非常重要请**拷贝一个备份版并安装这个备份版或者在程序设置里面选择“备份APK包然后在安装后自动拷贝原先目录”选项**
@ -446,4 +452,14 @@ make install
| WPS Office For Android | https://www.wps.cn/ |
| 钉钉 for android | https://page.dingtalk.com/wow/dingtalk/act/download?spm=a3140.8196062.0.0.6f4c5c3dWBhYUM |
### ©2021-Now
### 更多软件
[![gfdgd xi/Wine 运行器](https://gitee.com/gfdgd-xi/deep-wine-runner/widgets/widget_card.svg?colors=4183c4,ffffff,ffffff,e3e9ed,666666,9b9b9b)](https://gitee.com/gfdgd-xi/deep-wine-runner)
[![gfdgd xi/uengine 运行器](https://gitee.com/gfdgd-xi/uengine-runner/widgets/widget_card.svg?colors=4183c4,ffffff,ffffff,e3e9ed,666666,9b9b9b)](https://gitee.com/gfdgd-xi/uengine-runner)
[![gfdgd xi/Deepin Community Live CD](https://gitee.com/gfdgd-xi/deepin-community-live-cd/widgets/widget_card.svg?colors=4183c4,ffffff,ffffff,e3e9ed,666666,9b9b9b)](https://gitee.com/gfdgd-xi/deepin-community-live-cd)
[![gfdgd xi/国产 CPU 应用分享站](https://gitee.com/gfdgd-xi/apt-packages-websize-program/widgets/widget_card.svg?colors=4183c4,ffffff,ffffff,e3e9ed,666666,9b9b9b)](https://gitee.com/gfdgd-xi/apt-packages-websize-program)
[![gfdgd xi/简易远程桌面访问器](https://gitee.com/gfdgd-xi/simple-remote-desktop-accessor/widgets/widget_card.svg?colors=ffffff,ffffff,,e3e9ed,666666,9b9b9b)](https://gitee.com/gfdgd-xi/simple-remote-desktop-accessor)
[![星火社区作品集/星火应用商店(控制台版)](https://gitee.com/spark-community-works-collections/spark-store-console/widgets/widget_card.svg?colors=4183c4,ffffff,ffffff,e3e9ed,666666,9b9b9b)](https://gitee.com/spark-community-works-collections/spark-store-console)
[![星火社区作品集/spark-webapp-runtime 运行器](https://gitee.com/spark-community-works-collections/spark-webapp-runtime-runner/widgets/widget_card.svg?colors=4183c4,ffffff,ffffff,e3e9ed,666666,9b9b9b)](https://gitee.com/spark-community-works-collections/spark-webapp-runtime-runner)
[![gfdgd xi/定时器](https://gitee.com/gfdgd-xi/timer/widgets/widget_card.svg?colors=4183c4,ffffff,ffffff,e3e9ed,666666,9b9b9b)](https://gitee.com/gfdgd-xi/timer)
### ©2021-Now gfdgd xi、为什么您不喜欢熊出没和阿布呢

View File

@ -5,8 +5,8 @@
"https://github.com/gfdgd-xi/uengine-runner",
"https://gitlink.org.cn/gfdgd_xi/uengine-runner"
],
"Version": "2.0.1Alpha1",
"System": "Linuxdeepin/UOS",
"Version": "2.0.1",
"System": "Linuxdeepin/UOS/Ubuntu22.04",
"Tips": [
"更多可见https://gitee.com/gfdgd-xi/uengine-runner/wikis 或程序的更多帮助",
"安装APK点浏览按钮选中需要安装的APK然后点安装按钮",

View File

@ -819,7 +819,7 @@ def ShowHelp():
global webHelp
# 先判断是否能连接服务器,如果能则访问线上版本,否则访问本地的帮助文件
sk = socket.socket(socket.AF_INET,socket.SOCK_STREAM)
sk.settimeout(1)
sk.settimeout(1000)
url = "file://" + programPath + "/Help/index.html"
try:
sk.connect(("uengine-runner.gfdgdxi.top", 80))
@ -1204,7 +1204,7 @@ class UpdateWindow():
echo 删除多余的安装包
rm -rfv /tmp/uengine-runner/update/*
echo 关闭UEngine 运行器
python3 {programPath}/updatekiller.py
python3 "{programPath}/updatekiller.py"
echo 下载安装包
wget -P /tmp/uengine-runner/update {UpdateWindow.data["Url"][0]}
echo 安装安装包