add new favorites to stats

This commit is contained in:
cwilvx
2024-10-14 17:23:29 +03:00
parent c1d7c73649
commit 99f9bc80c9
4 changed files with 68 additions and 21 deletions
+1
View File
@@ -6,3 +6,4 @@ class StatItem:
cssclass: str
text: str
value: str | int
image: str | None = None