优化: workflow记录补project_id+前端审批/交互打磨
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user