feat: 重构聊天时间线与附件上传交互

- 管理端和用户中心统一切换到 chatTime 时间线模型,按真实 assistant/tool 时序渲染

- 收紧工具气泡与 JSON 展示样式,保留同气泡内的工具状态更新

- 回形针直接触发文件选择,附件列表上移到输入框上方并补充共享 helper 测试
This commit is contained in:
2026-05-11 21:25:21 +08:00
parent e27834ee0c
commit 4a15124183
27 changed files with 2527 additions and 751 deletions

View File

@@ -1718,6 +1718,9 @@ importers:
'@easyflow-core/typings':
specifier: workspace:*
version: link:../@core/base/typings
'@easyflow/types':
specifier: workspace:*
version: link:../types
vue-router:
specifier: 'catalog:'
version: 4.6.3(vue@3.5.24(typescript@5.9.3))