style: 统一飞书通知节点状态语义

This commit is contained in:
2026-06-04 04:11:00 +08:00
parent 87f674cece
commit 47ca116937
8 changed files with 64 additions and 9 deletions

View File

@@ -259,7 +259,7 @@ def _build_registration_node_results(output_type: str, structured_output: dict)
if message_status in {"failed", "error"}:
nodes[7]["status"] = "失败"
elif message_status in {"sent", "success"}:
nodes[7]["status"] = "完成"
nodes[7]["status"] = "发送"
else:
nodes[7]["status"] = "待处理"
return nodes