feat: add admin dashboard, pipeline service, lightbox, and update dependencies

This commit is contained in:
2026-06-09 09:32:10 +08:00
parent 0d293422ac
commit 32978b3fc5
50 changed files with 4054 additions and 1618 deletions
+3
View File
@@ -73,6 +73,9 @@ def _migrate(engine) -> None:
"paper_summaries": [
("figures_json", "TEXT"),
],
"crawl_logs": [
("details_json", "TEXT"),
],
}
with engine.connect() as conn: