Update config.py

This commit is contained in:
SengokuCola
2025-05-01 02:05:34 +08:00
parent 6718f81839
commit 54fe078e90

View File

@@ -22,7 +22,7 @@ logger = get_logger("config")
# 考虑到实际上配置文件中的mai_version是不会自动更新的,所以采用硬编码
is_test = False
mai_version_main = "0.6.3"
mai_version_fix = ""
mai_version_fix = "fix-1"
if mai_version_fix:
if is_test: