实现服务端的QT应用界面

This commit is contained in:
lixiaoyuan
2025-09-24 19:06:31 +08:00
parent 0abb4e54f1
commit d7888c2be4
26 changed files with 435 additions and 173 deletions

View File

@@ -29,6 +29,7 @@ struct AppOption
std::string host;
std::string username;
std::string password;
int interval {60};
} mqtt;
struct {