Change log reporter template

This commit is contained in:
2023-12-23 16:11:22 +08:00
parent 07db3bf724
commit 053f32e5f2
4 changed files with 49 additions and 43 deletions

View File

@@ -2605,10 +2605,13 @@ exe路径\' 参数 \'
5、wine 容器如果没有指定,则会默认为 ~/.wine
6、如果可执行文件比较大的话会出现点击“获取该程序运行情况”出现假死的情况因为正在后台读取 SHA1只需要等一下即可读取速度依照您电脑处理速度、读写速度、可执行文件大小等有关
7、如果非 X86 的用户的 UOS 专业版用户想要使用的话,只需要在应用商店安装一个 Wine 版本微信即可在本程序选择正确的 Wine 运行程序;''')
updateThingsString = QtCore.QCoreApplication.translate("U", '''<b>3.5.0 更新内容:</b>
updateThingsString = QtCore.QCoreApplication.translate("U", '''<b>3.6.0 更新内容:</b>
※1、修复高级打包器选择软件适配脚本后无法打包的问题 https://gitee.com/gfdgd-xi/deep-wine-runner/issues/I8I110
※2、支持调用 Deepin Wine8 Stable
※3、移除过时的 Wine 安装程序入口''')
※3、移除过时的 Wine 安装程序入口
※4、Wine 安装器支持根据地区自动选择国内源以及国际源
※5、Wine 安装器新增 Sourceforge 源
※6、新增 Wine 运行报告生成功能''')
for i in information["Thank"]:
thankText += f"{i}\n"
updateTime = "2023年11月17日"