update:优化时间显示 (#1139)

This commit is contained in:
hrz
2025-05-07 23:21:47 +08:00
committed by GitHub
parent 92227098b7
commit e6d63a811e
3 changed files with 5 additions and 3 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.3.14"
SERVER_VERSION = "0.4.1"
def get_module_abbreviation(module_name, module_dict):