finai/backend/app
shijing 7214649759 feat: storage 改按日期分组,加 FastAPI 代理路由
- 上传落到 storage/YYYY/MM/DD/{uuid}.ext,storage_key 记录相对路径
- 新增 GET /api/files/{key:path} 读文件,防目录穿越;旧的扁平 key 也兼容
- temporary_url 返回 /api/files/{key},前端可直接用
- storage 目录已在 .gitignore(backend/storage/),无需再改

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-07-14 09:51:05 +08:00
..
api feat: storage 改按日期分组,加 FastAPI 代理路由 2026-07-14 09:51:05 +08:00
core chore: initial commit 2026-07-09 14:26:05 +08:00
integrations feat: storage 改按日期分组,加 FastAPI 代理路由 2026-07-14 09:51:05 +08:00
models chore: initial commit 2026-07-09 14:26:05 +08:00
schemas chore: initial commit 2026-07-09 14:26:05 +08:00
services chore: initial commit 2026-07-09 14:26:05 +08:00
__init__.py chore: initial commit 2026-07-09 14:26:05 +08:00
config.py chore: initial commit 2026-07-09 14:26:05 +08:00
db.py chore: initial commit 2026-07-09 14:26:05 +08:00
deps.py chore: initial commit 2026-07-09 14:26:05 +08:00
main.py feat: FastAPI 直接加载 SSL,ssl 目录纳入 gitignore 2026-07-10 15:55:02 +08:00