更新代码

This commit is contained in:
feiyangqingyun
2021-10-10 09:57:15 +08:00
parent 200b7eeafb
commit a25f07cc39
16 changed files with 259 additions and 164 deletions

View File

@@ -21,7 +21,7 @@ int main(int argc, char *argv[])
AppConfig::readConfig();
frmMain w;
w.setWindowTitle(QString("网络中转服务器V2018 本机IP: %1 QQ: 517216493").arg(QUIHelper::getLocalIP()));
w.setWindowTitle(QString("网络中转服务器V2021 本机IP: %1 QQ: 517216493").arg(QUIHelper::getLocalIP()));
w.show();
return a.exec();