Skip to content

Commit b3cb897

Browse files
committed
更新版本检查脚本
1 parent b06afe1 commit b3cb897

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

packaging/check_version.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ def main():
7979
print("[提示] 发现新版本可用!")
8080
print("请运行 步骤4-更新维护.bat 进行更新")
8181
print("")
82+
elif remote_version == current_version:
83+
print("")
84+
print("[信息] 已是最新版本")
85+
print("")
8286
else:
8387
# 详细模式 - 用于脚本4(更新维护)
8488
print(f"当前版本 - {current_version}")

0 commit comments

Comments
 (0)