feat: implement comprehensive workflow management system

- Add workflow creation, editing, and preview components
- Implement execution monitoring and history tracking
- Add batch operations and retry management
- Create environment configuration system
- Add data export and error analysis features
- Update navigation and main app structure
- Enhance Tauri backend integration
- Add comprehensive workflow type definitions
This commit is contained in:
imeepos
2025-08-07 13:50:35 +08:00
parent 83768cb8a6
commit c1351689cf
22 changed files with 8380 additions and 145 deletions

View File

@@ -236,7 +236,6 @@ const ComfyUIManagement: React.FC = () => {
<div className="mt-2 p-3 bg-amber-50 border border-amber-200 rounded-lg">
<p className="text-sm text-amber-700">
<strong></strong> ComfyUI
使 "ComfyUI 节点管理"
</p>
</div>
</div>