Commit Graph

6 Commits

Author SHA1 Message Date
p cc8869aeea fix: add task log 2026-01-28 21:08:37 +08:00
p de6fe4b294 feat: add task cancellation feature (task-management)
- Backend: Add API endpoint to cancel tasks and mark status as cancelled
- Frontend: Add cancel button to task management UI (visible only for cancellable tasks)
- Process: Implement cancellation check during generation to abort in-progress tasks
- UI: Update status display styles with a visual indicator for the cancelled state
2026-01-17 18:47:54 +08:00
p 0b47770683 feat: enhance task management with terminal logs and UI improvements
- Add terminal logs support in backend (Task model, API, schema)
- Implement real-time task logging during generation
- Add TerminalDialog component to frontend for viewing logs
- Add collapsible TaskManager with log viewer entry
- Restore prompt structure for better generation quality
- Fix frontend image flickering issue
2026-01-17 18:42:14 +08:00
p 3f0815e997 feat: 新增项目配置选项和任务日志功能
添加分辨率配置选项,支持在项目设置中选择1K/2K/4K分辨率
为任务模型添加logs字段,记录任务执行过程中的详细日志
实现任务日志记录功能,包括时间戳和状态更新
新增多个前端对话框组件:终端日志、历史记录、JSON编辑器等
优化AI服务生成图像接口,支持传入分辨率和宽高比参数
重构任务管理界面,添加折叠功能和日志查看入口
2026-01-17 18:35:57 +08:00
p 2087f3245b feat: optimize prompt styles and refine image generation context logic 2026-01-17 16:51:34 +08:00
p 06d76e0e69 feat: initial commit of AI Comic Generator 2026-01-17 15:26:14 +08:00