ci: changed css variables to image from souvenirs, made image add in a single api call with updating achievements, renamed variables

This commit is contained in:
Moyasee
2025-10-24 23:50:59 +03:00
parent f1f69e6dbd
commit a1f419957f
9 changed files with 136 additions and 141 deletions

View File

@@ -83,7 +83,7 @@ export interface GameAchievement {
achievements: SteamAchievement[];
unlockedAchievements: UnlockedAchievement[];
updatedAt: number | undefined;
achievementImageUrl?: string | null;
imageUrl?: string | null;
language?: string;
}