From b4e82fecf71aadb69fc67d59bdce64d1a66adceb Mon Sep 17 00:00:00 2001 From: Jony <951565127@qq.com> Date: Mon, 13 Apr 2026 01:25:44 +0800 Subject: [PATCH] =?UTF-8?q?release:=20v1.10.3=20=E6=AD=A3=E5=BC=8F?= =?UTF-8?q?=E5=8F=91=E5=B8=83=EF=BC=8C=E6=94=B6=E5=AE=98=E9=80=9A=E7=9F=A5?= =?UTF-8?q?=E5=BC=B9=E6=A1=86=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- __init__.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/__init__.py b/__init__.py index e5b60dd..1545265 100644 --- a/__init__.py +++ b/__init__.py @@ -13,9 +13,10 @@ Comfyui_o1key - ComfyUI 自定义节点集合 try: from .utils.update_checker import check_for_updates, notify_update_available, notify_new_version - notify_update_available() # TODO: 测试用,改回 if check_for_updates(): notify_update_available() + notify_update_available() - notify_new_version() # TODO: 测试用,改回 if check_for_updates(): notify_new_version() + if check_for_updates(): + notify_new_version() except Exception: # 静默失败,不影响插件加载 pass