Баллы +1 за загрузку, убраны из лайков. Админ-панель (admin/admin123)

This commit is contained in:
2026-05-29 12:13:42 +03:00
parent f8f220469c
commit 12701ffbc2
19 changed files with 250 additions and 62 deletions

View File

@@ -5,6 +5,7 @@ export interface User {
id: number;
username: string;
points: number;
is_admin?: boolean;
created_at?: string;
}