Commit Graph

3 Commits

Author SHA1 Message Date
6cb6f9fc65 ```
feat(api): 添加Base64图片处理功能

- 在后端API中添加Base64图片处理逻辑,自动去除data URL头部信息
- 处理前端传来的包含header的Base64图片数据

refactor(video.js): 优化图片上传处理流程

- 将图片上传逻辑改为纯前端Base64处理,移除对后端上传接口的依赖
- 实现图片压缩功能,限制最大尺寸为2048像素
- 支持PNG和JPEG格式的图片压缩处理
- 移除原有的文件上传FormData方式,改用直接处理Base64数据
```
2026-02-05 20:47:14 +08:00
f548e8d6ab feat: Implement core application structure with new services, blueprints, templates, and database migrations. 2026-01-17 23:15:58 +08:00
1cc3d5e37a 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