feat: light/dark mode, cyan accent ve světlém, header pole v scraperu, vizuální úpravy postů

This commit is contained in:
2026-06-09 09:55:18 +02:00
parent 6a76c377fa
commit 1c61a8736f
6 changed files with 116 additions and 5 deletions
+1
View File
@@ -272,6 +272,7 @@ def _to_output(acc):
"handle": handle,
"bio": bio[:220],
"avatar": acc.get("avatar", ""),
"header": acc.get("header_static", "") if "missing" not in acc.get("header_static", "") else "",
"followers": acc.get("followers_count", 0),
"statuses": acc.get("statuses_count", 0),
"score": score(acc),