This commit is contained in:
SengokuCola
2025-07-01 17:48:49 +08:00

View File

@@ -34,7 +34,6 @@ class VersionComparator:
"0.8.7": ["0.8.8", "0.8.9", "0.8.10"],
"0.8.8": ["0.8.9", "0.8.10"],
"0.8.9": ["0.8.10"],
# 可以根据需要添加更多兼容映射
# "0.9.0": ["0.9.1", "0.9.2", "0.9.3"], # 示例0.9.x系列兼容
}