fix: 移除启动欢迎弹框,仅保留更新通知弹框
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
dafc4cf0f4
commit
a5dfebb1eb
+1
-3
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user