This commit is contained in:
2025-10-20 22:28:37 +08:00
parent eeb5af98eb
commit 7d148d79c9
429 changed files with 13624 additions and 586480 deletions

View File

@@ -11,9 +11,13 @@ public:
QList<QStringList> ReadFile_Csv(const QString &filePath);
static tsServerAddr ReadServerAddr();
void SystemConfig();
template <typename T>
T readAndSetDefault(const QString &Path ,const QString& group, const QString& key, const T& defaultValue);
bool isDebug = true;
uint16_t TrailRefreshTime;
uint16_t UIRefreshTime;
QString RTSP_Url;
signals: