优化: workflow记录补project_id+前端审批/交互打磨

This commit is contained in:
lxy
2026-08-12 00:40:40 +08:00
parent d31a27512c
commit 7a1e80eac2
9 changed files with 83 additions and 32 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ import { useAppSettingsStore } from '../../stores/appSettings'
/// 流式渲染返回的单块渲染结果(html + 模板 v-for key)
export interface StreamBlock {
html: string
/** 已完成块=block文本hash(稳定), 末块='tail-'+递增序号(每次变) */
/** 已完成块=block文本hash(稳定), 末块='tail-'+递增序号(每帧内唯一) */
key: string
}