From 193be8e4de92df85767f0d958738c1a24506400c Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Sat, 27 Apr 2024 15:43:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=9B=B4=E6=96=B0=E5=86=85?= =?UTF-8?q?=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mainwindow.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mainwindow.py b/mainwindow.py index 3e56a94..d0d73e2 100755 --- a/mainwindow.py +++ b/mainwindow.py @@ -2660,8 +2660,10 @@ updateThingsString = QtCore.QCoreApplication.translate("U", '''※1、修复系 ※3、更新 Geek Uninstaller 版本 ※4、默认开启英语翻译 ※5、更新 dxvk 版本 -6、修复问题 https://gitee.com/gfdgd-xi/deep-wine-runner/issues/I9B4L0 -7、针对 Loongarch ACE 做特别优化''') +※6、修复新版本 Qemu 没有 --soundhw 参数导致无法正常开启虚拟机的问题 +※7、支持 Qemu 磁盘扩容 +8、修复问题 https://gitee.com/gfdgd-xi/deep-wine-runner/issues/I9B4L0 +9、针对 Loongarch ACE 做特别优化''') for i in information["Thank"]: thankText += f"{i}\n" updateTime = "2024年04月27日"