From 30fbbcbdb18b2d53187a2edc052b76891781bcb6 Mon Sep 17 00:00:00 2001
From: gfdgd_xi <3025613752@qq.com>
Date: Sun, 25 Dec 2022 11:22:41 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BD=9C=E8=80=85=E4=BF=A1?=
=?UTF-8?q?=E6=81=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
mainwindow.py | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/mainwindow.py b/mainwindow.py
index 5237485..86a97f8 100755
--- a/mainwindow.py
+++ b/mainwindow.py
@@ -2396,15 +2396,18 @@ Qt 版本:{QtCore.qVersion()}
{tips}
+关于 RacoonGX 项目组
+是由 @gfdgd xi 带头的团队。
+
友谊链接
星火应用商店:https://spark-app.store/
Deepin 官网:https://www.deepin.org
Deepin 论坛:https://bbs.deepin.org
论坛:https://gfdgdxi.flarum.cloud/
-©2020~{time.strftime("%Y")} gfdgd xi、为什么您不喜欢熊出没和阿布呢
'''
+©2020~{time.strftime("%Y")} RacoonGX 项目组
'''
title = "Wine 运行器 {}".format(version)
-#'''
+#©2020~{time.strftime("%Y")} RacoonGX 项目组
'''
updateThings = "{} 更新内容:\n{}\n更新时间:{}".format(version, updateThingsString, updateTime, time.strftime("%Y"))
try:
threading.Thread(target=requests.get, args=[parse.unquote(base64.b64decode("aHR0cDovLzEyMC4yNS4xNTMuMTQ0L3NwYXJrLWRlZXBpbi13aW5lLXJ1bm5lci9vcGVuL0luc3RhbGwucGhw").decode("utf-8")) + "?Version=" + version]).start()
@@ -2568,7 +2571,7 @@ mainLayout.addWidget(returnText, 0, 1, 2, 1)
# 版权
copy = QtWidgets.QLabel(f"""\n程序版本:{version},提示:Wine 无法运行所有的 Windows 程序,如果想要运行更多可执行程序,可以考虑虚拟机和双系统
-©2020~{time.strftime("%Y")} gfdgd xi、为什么您不喜欢熊出没和阿布呢""")
+©2020~{time.strftime("%Y")} RacoonGX 项目组""")
mainLayout.addWidget(copy, 2, 0, 1, 1)
# 程序运行