- 新增 _utcnow() 函数返回带时区的 UTC 时间 - 替换所有 datetime.utcnow() 为 _utcnow() 避免时区比较错误 - 修复 frontend_base_url 默认端口从 5173 改为 3000 - 修复 FastAPI operationId 参数命名为 operation_id |
||
|---|---|---|
| .. | ||
| api | ||
| core | ||
| models | ||
| schemas | ||
| services | ||
| __init__.py | ||
| main.py | ||
- 新增 _utcnow() 函数返回带时区的 UTC 时间 - 替换所有 datetime.utcnow() 为 _utcnow() 避免时区比较错误 - 修复 frontend_base_url 默认端口从 5173 改为 3000 - 修复 FastAPI operationId 参数命名为 operation_id |
||
|---|---|---|
| .. | ||
| api | ||
| core | ||
| models | ||
| schemas | ||
| services | ||
| __init__.py | ||
| main.py | ||