update:架构图增加mqtt

This commit is contained in:
hrz
2025-09-20 08:04:00 +08:00
parent 89ef36711a
commit 1fbe8dab77
5 changed files with 25 additions and 29 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ from config.config_loader import load_config
from config.settings import check_config_file
from datetime import datetime
SERVER_VERSION = "0.8.1"
SERVER_VERSION = "0.8.2"
_logger_initialized = False