mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-01-12 17:48:27 +08:00
新增视频教程地址
This commit is contained in:
parent
0124c4a304
commit
226db3dfd6
@ -2547,15 +2547,16 @@ updateThingsString = transla.transe("U", '''※1、修复简易打包器无法
|
||||
※3、修复运行器在 Ubuntu 23 的安装问题
|
||||
※4、高级打包器支持导出/导入填写信息
|
||||
※5、Deepin 23 支持使用 Winetricks
|
||||
6、高级打包器支持隐藏输入框以及使用小字体
|
||||
7、打包器提供 bcm 和 dcm wine 支持
|
||||
8、修复星火 wine 配置错误问题
|
||||
9、打包器支持多线程打包
|
||||
10、修复升级工具问题:https://gitee.com/gfdgd-xi/uengine-runner/issues/I6ZRZX
|
||||
11、跟进打包器 run.sh 模板
|
||||
12、云沙箱新增 cloud.vdnel.cn
|
||||
13、打包器新增分类 Game、System、AudioVideo
|
||||
14、修复安装 Box64 时源里没有 libc6:armhf 导致无法安装的问题''')
|
||||
※6、新增视频教程入库
|
||||
7、高级打包器支持隐藏输入框以及使用小字体
|
||||
8、打包器提供 bcm 和 dcm wine 支持
|
||||
9、修复星火 wine 配置错误问题
|
||||
10、打包器支持多线程打包
|
||||
11、修复升级工具问题:https://gitee.com/gfdgd-xi/uengine-runner/issues/I6ZRZX
|
||||
12、跟进打包器 run.sh 模板
|
||||
13、云沙箱新增 cloud.vdnel.cn
|
||||
14、打包器新增分类 Game、System、AudioVideo
|
||||
15、修复安装 Box64 时源里没有 libc6:armhf 导致无法安装的问题''')
|
||||
for i in information["Thank"]:
|
||||
thankText += f"{i}\n"
|
||||
updateTime = "2023年08月09日"
|
||||
@ -3198,6 +3199,11 @@ if len(qemuBottleList) >= 1:
|
||||
configMenu.triggered.connect(ConfigQemu)
|
||||
print(qemuBottleList)
|
||||
|
||||
videoHelp = menu.addMenu(transla.transe("U", "视频教程(&V)"))
|
||||
videoHelpAction = QtWidgets.QAction(transla.transe("U", "视频教程"))
|
||||
videoHelpAction.triggered.connect(lambda: webbrowser.open_new_tab("https://space.bilibili.com/695814694/channel/collectiondetail?sid=1610353"))
|
||||
videoHelp.addAction(videoHelpAction)
|
||||
|
||||
help = menu.addMenu(transla.transe("U", "帮助(&H)"))
|
||||
runStatusWebSize = QtWidgets.QAction(QtWidgets.QApplication.style().standardIcon(20), transla.transe("U", "查询程序在 Wine 的运行情况"))
|
||||
h1 = help.addMenu(QtWidgets.QApplication.style().standardIcon(20), transla.transe("U", "程序官网"))
|
||||
|
Loading…
Reference in New Issue
Block a user