diff --git a/VM-source/mainwindow.cpp b/VM-source/mainwindow.cpp
index 03cf91d..856cb82 100755
--- a/VM-source/mainwindow.cpp
+++ b/VM-source/mainwindow.cpp
@@ -82,7 +82,7 @@ MainWindow::MainWindow(QWidget *parent) :
}
// 设置程序标题
- this->setWindowTitle("Windows 应用适配工具 " + versionValue.toString());
+ this->setWindowTitle("Wine 运行器虚拟机安装工具 " + versionValue.toString());
// 读取谢明列表
ui->textBrowser_2->setHtml("
程序版本号:" + versionValue.toString() + ", " + GetRunCommand("arch") + "
安装包构建时间:" + buildTime.toString() + "
该组件构建时间:"
+ __DATE__ + " " + __TIME__ + "
" + ui->textBrowser_2->toHtml() +
diff --git a/VM-source/mainwindow.ui b/VM-source/mainwindow.ui
index 0ff234d..df76980 100755
--- a/VM-source/mainwindow.ui
+++ b/VM-source/mainwindow.ui
@@ -11,7 +11,7 @@
- Windows 应用适配工具
+ Wine 运行器虚拟机安装工具
@@ -428,7 +428,6 @@ p, li { white-space: pre-wrap; }
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">项目地址:</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Gitee:<a href="https://gitee.com/gfdgd-xi/deep-wine-runner"><span style=" font-size:11pt; text-decoration: underline; color:#0082fa;">https://gitee.com/gfdgd-xi/deep-wine-runner</span></a></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Github:<a href="https://github.com/gfdgd-xi/deep-wine-runner"><span style=" font-size:11pt; text-decoration: underline; color:#0082fa;">https://github.com/gfdgd-xi/deep-wine-runner</span></a></p>
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"> Gitlink:<a href="https://gitlink.org.cn/gfdgd_xi/deep-wine-runner"><span style=" font-size:11pt; text-decoration: underline; color:#0082fa;">https://gitlink.org.cn/gfdgd_xi/deep-wine-runner</span></a></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">此组件也有非常大的缺点,就是相比于 Wine,会需要占用大量的空间、安装需要大量的时间、某些情况下需要相比于 Wine 需要消耗更多的系统资源,但可以更加完美、流畅的运行 Windows 应用,会尽量减少因为缺少或未实现导致的 Windows exe 程序运行异常</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">该组件制作者:gfdgd xi</p>
<hr />
diff --git a/VM-source/mainwindow_ui.py b/VM-source/mainwindow_ui.py
index cd32d5f..3eabf4f 100644
--- a/VM-source/mainwindow_ui.py
+++ b/VM-source/mainwindow_ui.py
@@ -206,7 +206,7 @@ class Ui_MainWindow(object):
def retranslateUi(self, MainWindow):
_translate = QtCore.QCoreApplication.translate
- MainWindow.setWindowTitle(_translate("MainWindow", "Windows 应用适配工具"))
+ MainWindow.setWindowTitle(_translate("MainWindow", "Wine 运行器虚拟机安装工具"))
self.label.setText(_translate("MainWindow", "镜像路径:"))
self.isoPath.setPlaceholderText(_translate("MainWindow", "请选择系统镜像"))
self.browser.setText(_translate("MainWindow", "浏览……"))
@@ -335,7 +335,6 @@ class Ui_MainWindow(object):
"项目地址:
\n"
" Gitee:https://gitee.com/gfdgd-xi/deep-wine-runner
\n"
" Github:https://github.com/gfdgd-xi/deep-wine-runner
\n"
-" Gitlink:https://gitlink.org.cn/gfdgd_xi/deep-wine-runner
\n"
"此组件也有非常大的缺点,就是相比于 Wine,会需要占用大量的空间、安装需要大量的时间、某些情况下需要相比于 Wine 需要消耗更多的系统资源,但可以更加完美、流畅的运行 Windows 应用,会尽量减少因为缺少或未实现导致的 Windows exe 程序运行异常
\n"
"该组件制作者:gfdgd xi
\n"
"
\n"
diff --git a/mainwindow.py b/mainwindow.py
index e66f255..3a70dd7 100755
--- a/mainwindow.py
+++ b/mainwindow.py
@@ -2785,7 +2785,7 @@ installWineOnDeepin23 = QtWidgets.QAction(QtGui.QIcon(f"{programPath}/Icon/Funct
installWineOnDeepin23Alpha = QtWidgets.QAction(QtGui.QIcon(f"{programPath}/Icon/Function/wine23A.png"), transla.transe("U", "安装 wine(只限Deepin23 Alpha)"))
installWineHQOrg = QtWidgets.QAction(QtGui.QIcon(f"{programPath}/Icon/Function/wine.png"), transla.transe("U", "安装 WineHQ(官方源)"))
installWineHQ = QtWidgets.QAction(QtGui.QIcon(f"{programPath}/Icon/Function/wine.png"), transla.transe("U", "安装 WineHQ(国内清华大学镜像源)"))
-installMoreWine = QtWidgets.QAction(QtGui.QIcon(f"{programPath}/Icon/Function/more-wine.png"), transla.transe("U", "安装更多 Wine(Wine 下载工具)"))
+installMoreWine = QtWidgets.QAction(QtGui.QIcon(f"{programPath}/Icon/Function/more-wine.png"), transla.transe("U", "安装更多 Wine(Wine 下载工具,推荐)"))
downloadChrootBottle = QtWidgets.QAction(QtGui.QIcon(f"{programPath}/Icon/Function/CHROOT.png"), transla.transe("U", "下载 Chroot 容器"))
installBox86CN = QtWidgets.QAction(QtGui.QIcon.fromTheme("box"), transla.transe("U", "安装 Box86/Box64 日构建(国内源)"))
installBox86 = QtWidgets.QAction(QtGui.QIcon.fromTheme("box"), transla.transe("U", "安装 Box86/Box64 日构建(国外 Github 源)"))