实现QT6启动器,QT版本有qt5升级到qt6

This commit is contained in:
lixiaoyuan
2025-09-10 20:10:51 +08:00
parent 3d03bbe9b5
commit e822d57b67
188 changed files with 1376 additions and 219 deletions

View File

@@ -1,7 +1,8 @@
{
"launchdate": "2025-09-01",
"database": {"host": "localhost", "port": 3306, "user": "root", "passwd": "123456", "dbname": "ees"},
"token":"",
"http": {"port": 19800},
"mqtt": {"host":"tcp://localhost:1883","username":"","password":""},
"weburl": "https://map.baidu.com"
"mqtt": {"host":"mqtt://43.136.119.46:6203","username":"jsyhsec","password":"123456"},
"weburl": "http://127.0.0.1:19600/"
}