ai_v/templates
24024 85fb484bfa ```
feat(task-service): 支持异步任务模式进行图片生成

- 实现异步任务提交机制,添加 async=true 参数启用异步模式
- 增加重试机制,最多重试3次任务提交
- 实现轮询机制监控异步任务状态,最大轮询600次(30分钟超时)
- 支持多种响应结构的数据解析,增强兼容性
- 优化状态更新逻辑,提供更准确的任务进度反馈
- 调整超时配置,使用不同的超时时间适应不同场景

fix(ui): 修复保存提示词模态框显示问题

- 修改事件处理器阻止默认行为和事件冒泡
- 改进登录状态检查逻辑,通过CSS类判断可见性
- 优化模态框显示/隐藏的过渡动画效果
- 添加内联样式兜底方案确保正确显示
- 修复页面布局相关的位置偏移问题
```
2026-02-04 23:55:42 +08:00
..
base.html feat: Implement core application structure with new services, blueprints, templates, and database migrations. 2026-01-17 23:15:58 +08:00
buy.html ``` 2026-01-23 21:46:08 +08:00
dicts.html feat: Implement core application structure with new services, blueprints, templates, and database migrations. 2026-01-17 23:15:58 +08:00
index.html ``` 2026-02-04 23:55:42 +08:00
kongzhiqi.html feat(api): 实现图片生成异步任务与任务状态查询接口 2026-01-15 21:42:03 +08:00
login.html ``` 2026-01-23 21:46:08 +08:00
logs.html feat: Implement core application structure with new services, blueprints, templates, and database migrations. 2026-01-17 23:15:58 +08:00
notifications.html feat(admin): 添加系统通知管理及前端通知显示功能 2026-01-12 23:29:29 +08:00
ocr.html feat: Implement a comprehensive user authentication system, add video generation capabilities, and set up database migrations and API blueprints. 2026-01-16 22:24:14 +08:00
orders.html feat(auth): 增加管理员订单管理和个人充值记录功能 2026-01-14 20:18:35 +08:00
points.html ``` 2026-01-23 21:46:08 +08:00
rbac.html feat: Implement core application structure with new services, blueprints, templates, and database migrations. 2026-01-17 23:15:58 +08:00
recharge_history.html feat: Introduce a new page for purchasing points and viewing recharge history, supported by model updates and a new logging service. 2026-01-18 20:45:28 +08:00
video.html feat: Implement a comprehensive user authentication system, add video generation capabilities, and set up database migrations and API blueprints. 2026-01-16 22:24:14 +08:00