修复Installer显示版本序号都为1的错误

This commit is contained in:
2026-01-24 15:40:15 +08:00
parent dfe1d3ada8
commit 6394df62fd

View File

@@ -118,6 +118,7 @@ def main() -> None:
if i >= 3:
print(f' .....')
break # 展示前3个
i += 1
insVersion: dict = releases[0]
print(f"Which version do you want to install({insVersion['name']} if empty)(e.g. x.x.x/index)? ", end='')