feat: custom game support/game info changing

This commit is contained in:
Moyasee
2025-09-19 16:58:58 +03:00
parent 3409b53268
commit f4e84e46cc
15 changed files with 556 additions and 32 deletions

View File

@@ -57,7 +57,7 @@ export const mergeWithRemoteGames = async () => {
await gamesShopAssetsSublevel.put(gameKey, {
shop: game.shop,
objectId: game.objectId,
title: game.title,
title: localGame?.title || game.title, // Preserve local title if it exists
coverImageUrl: game.coverImageUrl,
libraryHeroImageUrl: game.libraryHeroImageUrl,
libraryImageUrl: game.libraryImageUrl,