feat: add reporting workflow and optimize dashboard loading

This commit is contained in:
wanghep
2026-04-18 14:46:24 +08:00
parent d661b801df
commit 8c9117ca4c
18 changed files with 834 additions and 83 deletions

View File

@ -11,6 +11,7 @@ dependencies = [
"fastapi>=0.116.1",
"uvicorn>=0.35.0",
"jinja2>=3.1.6",
"reportlab>=4.4.0",
]
[tool.setuptools]