Merge branch 'main' into py_server_log

This commit is contained in:
hrz
2025-05-28 01:13:25 +08:00
committed by GitHub
53 changed files with 1581 additions and 575 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ from loguru import logger
from config.config_loader import load_config
from config.settings import check_config_file
SERVER_VERSION = "0.4.4"
SERVER_VERSION = "0.5.1"
_logger_initialized = False