增加待办
This commit is contained in:
parent
c35c8c39d3
commit
4367aadad4
1
main.py
1
main.py
@ -110,6 +110,7 @@ class MainWindow(QMainWindow, Ui_MainWindow):
|
|||||||
QMessageBox.information(self, "提示信息", "配置保存成功!重启游戏后生效!<br>游戏名称:" + new_game + "----游戏IP:" + new_ip + "<br>共配置了" + str(sum) + "个文件")
|
QMessageBox.information(self, "提示信息", "配置保存成功!重启游戏后生效!<br>游戏名称:" + new_game + "----游戏IP:" + new_ip + "<br>共配置了" + str(sum) + "个文件")
|
||||||
print('修改完成:' + new_game + ':' + new_ip)
|
print('修改完成:' + new_game + ':' + new_ip)
|
||||||
return
|
return
|
||||||
|
# TODO 待完成数据库配置修改
|
||||||
|
|
||||||
def nginx(self, event):
|
def nginx(self, event):
|
||||||
if self.nginxButton.text() == '启动Nginx':
|
if self.nginxButton.text() == '启动Nginx':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user