Go to file
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
backend feat: storage 改按日期分组,加 FastAPI 代理路由 2026-07-14 09:51:05 +08:00
deploy feat: 后端服务前端 dist 并统一使用 8775 端口 2026-07-10 15:29:03 +08:00
frontend fix: run.bat 错误分支加 pause;前端生产用 window.location.origin 2026-07-10 15:48:58 +08:00
miniapp feat:仓库命名统一 2026-07-10 11:11:29 +08:00
.gitattributes chore: 新增 update.sh 一键更新脚本 2026-07-10 16:11:28 +08:00
.gitignore feat: FastAPI 直接加载 SSL,ssl 目录纳入 gitignore 2026-07-10 15:55:02 +08:00
update.sh chore: 新增 update.sh 一键更新脚本 2026-07-10 16:11:28 +08:00