Commit Graph

2 Commits

Author SHA1 Message Date
imeepos 8dcde192a4 fix: resolve TaskStatus type error and update Hedra lip sync components
- Fix TypeScript error in bowongTextVideoAgentService.ts by using TaskStatus enum values instead of string literals
- Update Hedra lip sync tool components and types
- Remove integration tests and add SimpleHedraLipSyncTool component
- Clean up unused test files and update tool configurations
2025-08-01 15:58:05 +08:00
imeepos 833cb0d987 修复数据库迁移版本冲突,成功添加 comfyui_prompt_id 字段
- 修复迁移版本号冲突:将 ComfyUI prompt_id 字段迁移从 v28 改为 v29
- 在 Cargo.toml 中添加 default-run 配置,解决 Tauri 开发命令的二进制文件选择问题
- 添加数据库检查工具 check_db.rs 用于调试数据库结构
- 成功应用迁移 v29,outfit_image_records 表现在包含 comfyui_prompt_id 字段
- 为解决批量任务进度更新错乱问题奠定基础
2025-07-31 15:41:15 +08:00