You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
钟良源 2e26666c03 feat(flowEditor): 实现应用运行状态隔离与运行日志管理
- 在 ideContainer 状态中增加 appRuntimeData 字段,用于按应用 ID 隔离存储运行状态
- 修改 FlowEditorMain 和 actionBar 组件,使用当前应用的独立运行状态控制界面交互
- 更新节点拖拽、连接、删除等操作的禁用逻辑,基于当前应用运行状态判断
- 在 logBar 中实现运行日志的分应用存储与展示功能
- 添加 addRuntimeLog 和 clearRuntimeLogs actions 用于管理各应用的运行日志- 优化 useFlowEditorState 和 useFlowCallbacks 钩子以支持新的状态结构
- 确保在应用启动时清空对应应用的历史运行日志
3 months ago
..
global.ts refactor(store): 重构store模块,分离全局设置与用户信息,修改项目中的使用方法 5 months ago
ideContainer.ts feat(flowEditor): 实现应用运行状态隔离与运行日志管理 3 months ago
index.ts refactor(FlowEditor): 更新节点样式和内容组件 5 months ago
user.ts refactor(store): 重构store模块,分离全局设置与用户信息,修改项目中的使用方法 5 months ago