Commit Graph

4 Commits

Author SHA1 Message Date
b515bdaed1 ```
feat(app): 添加移动端图片生成页面路由

新增移动端专用的图片生成页面,为移动设备用户提供优化的用户体验。
页面通过 /mobile 路由访问,使用 mobile.html 模板渲染。

docs(README): 完善项目文档和API端点说明

更新 README.md 文件,添加详细的项目功能特性和技术栈介绍,
补充完整的 API 端点概览表格,以及支持的 AI 模型列表。
```
2026-03-13 22:16:08 +08:00
dd140d88d7 ```
docs(README): 更新启动服务文档并添加生产环境部署说明

- 添加了开发环境启动说明
- 新增生产环境 Gunicorn 部署指南
- 包含 Gunicorn 安装和配置参数说明
```
2026-02-15 10:07:38 +08:00
824508f6a4 feat: implement core API and generation services for AI image, video, and chat functionalities, user history, and point management. 2026-01-20 09:29:01 +08:00
f548e8d6ab feat: Implement core application structure with new services, blueprints, templates, and database migrations. 2026-01-17 23:15:58 +08:00