better:优化了统计信息,会在控制台显示统计信息

This commit is contained in:
SengokuCola
2025-03-31 23:26:38 +08:00
parent ab3413e24b
commit 6f3cc2cb55
6 changed files with 134 additions and 20 deletions

View File

@@ -25,7 +25,7 @@ logger = get_module_logger("config", config=config_config)
#考虑到实际上配置文件中的mai_version是不会自动更新的,所以采用硬编码
mai_version_main = "0.6.0"
mai_version_fix = "mmc-2"
mai_version_fix = "mmc-3"
mai_version = f"{mai_version_main}-{mai_version_fix}"
def update_config():