feat: overhaul UI styling, improve templates, enhance services and tests

This commit is contained in:
2026-06-06 00:38:56 +08:00
parent f7f1a4c0cb
commit 904eec392e
38 changed files with 1471 additions and 795 deletions
+1
View File
@@ -2,4 +2,5 @@
if __name__ == "__main__":
from app.cli import cli_app
cli_app(["init-db"])
+1
View File
@@ -3,4 +3,5 @@
if __name__ == "__main__":
import sys
from app.cli import cli_app
cli_app(["crawl"] + sys.argv[1:])