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

@@ -37,8 +37,8 @@
<section class="panel">
<h2 class="section-title">会话节点结果</h2>
<ul class="detail-list">
{% if conversation and conversation.node_results %}
{% for node in conversation.node_results %}
{% if conversation_node_results %}
{% for node in conversation_node_results %}
<li class="detail-item">
<strong>{{ node.label }} / {{ node.status }}</strong>
{% if node.summary %}