feat: v1.10.3 - 修复生图问题、新增取消请求、LLM增强、Seedance 2.0参考功能

This commit is contained in:
Jony
2026-04-13 01:16:34 +08:00
parent 82752d34fc
commit 00295d65c7
5 changed files with 87 additions and 55 deletions
+1 -2
View File
@@ -15,8 +15,7 @@ try:
notify_update_available() # TODO: 测试用,改回 if check_for_updates(): notify_update_available()
if check_for_updates():
notify_new_version()
notify_new_version() # TODO: 测试用,改回 if check_for_updates(): notify_new_version()
except Exception:
# 静默失败,不影响插件加载
pass