- 管理端和用户中心统一切换到 chatTime 时间线模型,按真实 assistant/tool 时序渲染 - 收紧工具气泡与 JSON 展示样式,保留同气泡内的工具状态更新 - 回形针直接触发文件选择,附件列表上移到输入框上方并补充共享 helper 测试
22 lines
418 B
JSON
22 lines
418 B
JSON
{
|
|
"name": "@easyflow/utils",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"sideEffects": [
|
|
"**/*.css"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"default": "./src/index.ts"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@easyflow-core/shared": "workspace:*",
|
|
"@easyflow-core/typings": "workspace:*",
|
|
"@easyflow/types": "workspace:*",
|
|
"vue-router": "catalog:"
|
|
}
|
|
}
|