From 4367aadad45f0bfb1c92b06b7b01d828ffa9d986 Mon Sep 17 00:00:00 2001 From: shileiye Date: Sat, 25 Dec 2021 05:01:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=BE=85=E5=8A=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index e1b0e4a..a7a0754 100644 --- a/main.py +++ b/main.py @@ -110,6 +110,7 @@ class MainWindow(QMainWindow, Ui_MainWindow): QMessageBox.information(self, "提示信息", "配置保存成功!重启游戏后生效!
游戏名称:" + new_game + "----游戏IP:" + new_ip + "
共配置了" + str(sum) + "个文件") print('修改完成:' + new_game + ':' + new_ip) return + # TODO 待完成数据库配置修改 def nginx(self, event): if self.nginxButton.text() == '启动Nginx':