This commit is contained in:
2023-04-29 15:47:08 +08:00
parent b1b29206ce
commit c2abc70e9e
4 changed files with 37 additions and 34 deletions

View File

@@ -2,7 +2,7 @@
"Package": "com.gitee.uengine.runner.spark",
"Url": [
"https://gitee.com/gfdgd-xi/uengine-runner",
"https://github.com/gfdgd-xi/uengine-runner",
"https://github.com/gfdgd-xi/uengine-runner",
"https://gitlink.org.cn/gfdgd_xi/uengine-runner"
],
"Version": "2.0.1",
@@ -23,6 +23,19 @@
"5、如果想要使用adb连接UEngine或其他手机请使用 1.2.0 以前的版本。如需连接UEngine请安装adb补丁"
],
"Update": [
"<b>V2.0.1</b>",
"※1、新增移除在 Ubuntu 上安装的 UEngine 及其附属脚本的功能",
"※2、优化 Ubuntu 安装器启用和安装逻辑,不允许在 UOS/Deepin 安装移植的 Ubuntu UEngine",
"※3、Ubuntu 安装器不允许在非 X86 架构上使用",
"※4、在升级/安装运行器的 deb 时会自动移除安装错误的 UEngine 生成的脚本",
"※5、Ubuntu 安装器进行环境监测",
"※6、修复应用商店换源问题由@Bail修复",
"6、修改作者信息",
"7、更新使用帮助",
"8、关于窗口修复系统失败错误的问题并新增安装包构建时间",
"9、移除赞赏功能",
"10、微型应用商店适配了更新关闭进程由@Bail实现",
"",
"<b>V2.0.0</b>",
"※1、内置微型应用商店支持评论、评分功能",
"※2、修复 UEngine 安装器在 Wayland 下无法正常运行的问题;",
@@ -64,10 +77,10 @@
"7、新增部分资源入口",
"",
"<b>V1.8.1-1</b>",
"※1、修复缺失依赖 python3-matplotlib 导致程序无法开启的问题",
"※1、修复缺失依赖 python3-matplotlib 导致程序无法开启的问题",
"※2、移除在 Ubuntu 上用于安装 UEngine 的安装工具",
"※3、解决了未输入密码自动回车的 bug",
"",
"",
"<b>V1.8.1</b>",
"※1、修复在 APK 详细信息中图标可能过大导致无法正常使用的问题",
"※2、修复 APK 路径带空格无法正常安装的问题",
@@ -158,10 +171,10 @@
"5、修改 pkexec 获取密码时显示的图标和文本;",
"6、添加了 UEngine 系统设置的快捷方式;",
"",
"V1.4.1",
"V1.4.1",
"※1、初步支持键盘映射",
"2、修复新版包在发送uengine列表快捷方式时会提示找不到文件",
"",
"2、修复新版包在发送uengine列表快捷方式时会提示找不到文件",
"",
"V1.4.0",
"※1、添加新版打包方式deepin打包方式;",
"※2、支持测试运行/创建/删除uengine图标;",
@@ -230,10 +243,11 @@
"11、deepin 终端",
"……"
],
"Time": "2023年01月21日",
"Time": "2023-04-29 15:46:30 Linux-5.15.77-amd64-desktop-x86_64-with-Deepin-20.9-apricot",
"Contribute": [
"<b>感谢以下用户提供的问题、建议、图标、代码等,如果有遗漏,请及时与开发者联系添加,以及如果侵犯到您的合法权益,也及时与开发者联系:</p>",
"<hr>",
"感谢 @Bail 修复了修复应用商店换源的问题,实现了微型应用商店更新关闭进程的功能",
"感谢 RacoonGX 团队的付出和贡献",
"感谢 cleverwwh 反馈的 UEngine 打包器在部分系统无法打开的问题",
"感谢 Bail 为此程序做出的许多贡献;",
@@ -257,4 +271,4 @@
"参考 忘记、过去https://bbs.deepin.org/user/154730 的帖子《如何更优雅地使用 pkexec》https://bbs.deepin.org/post/202966",
"感谢 U+解答组们 反馈的 1.8.0 带空格路径无法正常安装 APK 的问题。"
]
}
}

View File

@@ -305,7 +305,7 @@ def GetSystemVersion():
systemInformation = readtxt("/etc/os-release")
for systemInformation in systemInformation.split('\n'):
if "PRETTY_NAME=" in systemInformation:
return systemInformation.replace("NAME=", "").replace('"', '')
return systemInformation.replace("PRETTY_NAME=", "").replace('"', '')
# 打开所有窗口事件
def Button5Click():
@@ -1592,6 +1592,7 @@ about = f'''<p align="center"><img width=256 src="{iconPath}"/></p>
<p>Qt 版本:{QtCore.qVersion()}</p>
<p>程序官网:{programUrl}</p>
<p>系统版本:{SystemVersion}</p>
<p>安装包构建时间:{information['Time']}</p>
<h1>©2021-{time.strftime("%Y")} gfdgd xi</h1>'''
updateThingsString = ""
tips = ""