fix: 移除启动欢迎弹框,仅保留更新通知弹框

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
This commit is contained in:
o1key
2026-04-13 10:58:18 +08:00
co-authored by Claude Sonnet 4.6
parent dafc4cf0f4
commit a5dfebb1eb
2 changed files with 2 additions and 61 deletions
+1 -3
View File
@@ -11,9 +11,7 @@ Comfyui_o1key - ComfyUI 自定义节点集合
# 检查更新(仅在启动时检查一次)
try:
from .utils.update_checker import check_for_updates, notify_update_available, notify_new_version
notify_update_available()
from .utils.update_checker import check_for_updates, notify_new_version
if check_for_updates():
notify_new_version()