这个提交包含在:
qingxu fu
2023-04-11 18:50:56 +08:00
父节点 93d5fc2f1a
当前提交 3c9d63c37b

查看文件

@@ -113,7 +113,7 @@ def auto_update():
with open('./version', 'r', encoding='utf8') as f: with open('./version', 'r', encoding='utf8') as f:
current_version = f.read() current_version = f.read()
current_version = json.loads(current_version)['version'] current_version = json.loads(current_version)['version']
if (remote_version - current_version) >= 0.05: if (remote_version - current_version) >= 0.01:
from colorful import print亮黄 from colorful import print亮黄
print亮黄( print亮黄(
f'\n新版本可用。新版本:{remote_version},当前版本:{current_version}{new_feature}') f'\n新版本可用。新版本:{remote_version},当前版本:{current_version}{new_feature}')