Commit Graph

3 Commits

Author SHA1 Message Date
imeepos 6cc4e21044 fix: cargo check --lib error 2025-08-08 15:39:25 +08:00
imeepos 450cf14fda fix: 修复 cargo check --lib 编译错误
主要修复内容:
- 修复重复定义的 comfyui_v2_get_queue_status 函数,重命名为 comfyui_v2_get_queue_basic_status
- 修复 ValidationError 类型引用,统一使用 SDKValidationError
- 修复 ComfyUIConfig 和 ComfyuiConfig 类型不匹配,添加转换方法
- 修复 SDKValidationError::new 参数数量错误
- 修复时间戳转换的类型注解问题
- 修复 ErrorHandleResult 中的 Clone trait 问题
- 临时禁用 realtime_monitor.rs 中不存在的事件处理函数
- 修复 MonitorStatsV2 不存在的问题,使用 MonitorStats
- 修复 ComfyUIService 创建和 ComfyUIClient 克隆问题
- 修复同步方法错误使用 .await 的问题
- 修复 WorkflowTemplate::new 参数数量问题
- 修复各种类型不匹配和方法不存在的问题

这些修复解决了大部分编译错误,使项目能够通过 cargo check --lib 检查。
2025-08-08 15:34:31 +08:00
杨明明 b7edee7688 feat: 基础架构重构 2025-08-08 14:38:54 +08:00