feat: Added the game's supported languages. Added the game's lowest historical price and a link to see the price in various stores (keyshop and official store)

This commit is contained in:
Daniel Saraiva
2025-09-07 12:36:50 -03:00
parent 01ac5239dc
commit 7e5cef6e44
9 changed files with 1742 additions and 1561 deletions

View File

@@ -81,6 +81,7 @@ export type AchievementCustomNotificationPosition =
export interface UserPreferences {
downloadsPath?: string | null;
ggDealsApiKey?: string | null;
language?: string;
realDebridApiToken?: string | null;
torBoxApiToken?: string | null;

View File

@@ -32,6 +32,7 @@ export interface SteamAppDetails {
publishers: string[];
genres: SteamGenre[];
movies?: SteamMovies[];
supported_languages: string;
screenshots?: SteamScreenshot[];
pc_requirements: {
minimum: string;