iammm0
|
a261d9da27
|
refactor: 优化后端数据库与依赖
- 优化 api/database/database.py
- 更新 api/requirements.txt
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-02-12 13:33:14 +08:00 |
|
iammm0
|
240a184da8
|
feat: 新增腾讯云ASR服务,支持按配置切换ASR提供商
- 新增tencent_asr_service.py腾讯云一句话识别
- 优化asr_service.py
- 更新services/__init__.py按ASR_PROVIDER切换whisper/tencent
- 更新requirements.txt
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-02-11 16:06:06 +08:00 |
|
iammm0
|
e39fd97e06
|
feat: 新增后端支付模块,支持微信和支付宝
- 新增api/payment/支付服务(微信、支付宝)
- 新增api/routers/payment.py支付路由
- 更新database/models.py支付相关模型
- 新增数据库迁移文件(订单表、用户订阅字段)
- 更新main.py、requirements.txt、.env.production
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-02-10 14:23:29 +08:00 |
|
iammm0
|
76fd7da3c9
|
feat: 扩展后端WebSocket和语音识别功能
- 扩展websocket.py支持语音消息
- 优化asr_service.py语音识别服务
- 更新main.py和requirements.txt
- 更新.env.production配置
Co-authored-by: Cursor <cursoragent@cursor.com>
|
2026-02-03 11:29:38 +08:00 |
|
iammm0
|
9c39df62bc
|
feat: 新增短信验证码服务
- 新增sms_service.py短信验证服务
- 新增test_sms_verification.py短信验证测试
- 更新requirements.txt添加短信服务依赖
- 更新.env.production添加短信服务配置
|
2026-01-27 11:35:54 +08:00 |
|
iammm0
|
3690417fdc
|
feat: 新增后端API路由模块
- 新增faqs.py常见问题路由
- 新增feedback.py反馈路由
- 新增orders.py订单路由
- 新增plans.py套餐路由
- 新增quota.py配额路由
- 新增user.py用户路由
- 更新main.py注册新路由
- 更新requirements.txt添加依赖
|
2026-01-23 14:02:36 +08:00 |
|
penghanyuan
|
0591e9d7c1
|
feat: 添加PostgreSQL支持并更新数据库配置
- 新增PostgreSQL服务支持,使用最新版17
- 更新Docker Compose配置以支持PostgreSQL和Redis
- 修改数据库连接逻辑,支持PostgreSQL和SQLite
- 更新文档以反映新的数据库配置和使用方法
- 优化数据模型,确保时间戳字段支持时区
|
2026-01-21 23:21:36 +01:00 |
|
penghanyuan
|
dbbb924625
|
feat: 添加Redis支持和Celery任务处理
- 新增Redis服务模块用于会话状态存储和缓存
- 集成Celery用于后台任务处理
- 更新Docker Compose配置以支持开发环境
- 优化API以支持异步调用和Redis会话存储
- 更新文档以反映新的开发环境配置和使用方法
|
2026-01-21 23:06:47 +01:00 |
|
penghanyuan
|
44bd478c1e
|
agent init
|
2026-01-21 22:31:09 +01:00 |
|
徐在坤
|
1b7a6781e7
|
refactor: 更新主应用和依赖
- 在主应用中注册认证路由
- 更新requirements.txt添加认证相关依赖(jose, passlib, bcrypt)
|
2026-01-18 15:57:56 +08:00 |
|
iammm0
|
77ba4e7a0b
|
添加API依赖和配置文件
|
2026-01-07 11:57:00 +08:00 |
|