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)