From 6eeb7909adabf222306a095ede810fdb3be36e32 Mon Sep 17 00:00:00 2001 From: gfdgd_xi <3025613752@qq.com> Date: Sat, 14 Jan 2023 18:11:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=94=99=E5=88=AB=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ConfigLanguareRunner.py | 1 + mainwindow.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ConfigLanguareRunner.py b/ConfigLanguareRunner.py index e704b9b..5b007a2 100755 --- a/ConfigLanguareRunner.py +++ b/ConfigLanguareRunner.py @@ -12,6 +12,7 @@ import sys import time import json import random +# 阉割 Android 应用安装功能 #import uengineapi import platform import traceback diff --git a/mainwindow.py b/mainwindow.py index 77fac0f..4a9b76c 100755 --- a/mainwindow.py +++ b/mainwindow.py @@ -2569,7 +2569,7 @@ mainLayout.setColumnStretch(1, 1) mainLayout.addWidget(returnText, 0, 1, 2, 1) # 版权 -copy = QtWidgets.QLabel(f"""\n程序版本:{version},提示:Wine 无法运行所有的 Windows 程序,如果想要运行更多可执行程序,可以考虑虚拟机和双系统
+copy = QtWidgets.QLabel(f"""\n程序版本:{version},提示:Wine 无法运行保证可以运行所有的 Windows 程序,如果想要运行更多可执行程序,可以考虑虚拟机和双系统
©2020~{time.strftime("%Y")} gfdgd xi、为什么您不喜欢熊出没和阿布呢,RacoonGX 团队作品""") mainLayout.addWidget(copy, 2, 0, 1, 1)