修复问题

This commit is contained in:
zpc 2024-11-30 12:22:09 +08:00
parent 9f11aeaf1d
commit dadc9b1dc7
2 changed files with 2 additions and 1 deletions

View File

@ -83,6 +83,7 @@ namespace CloudGaming.Code.Cache.Special
{
gameInfo.GameDetailsofCharges = $"游戏免费";
}
//gameInfo.GameIntroduce
return gameInfo;
})
.ToList();

View File

@ -35,7 +35,7 @@ namespace CloudGaming.DtoModel.Game
gameInfo.GameIsSaveFile = gameList.GameIsSaveFile;
gameInfo.GameIsAdapter = gameList.GameIsAdapter;
gameInfo.GameCloudId = gameList.GameCloudId;
gameInfo.GameIntroduce = gameList.GameIntroduce;
gameInfo.GameIntroduce = $"<div style=\"color:#ffffff !important;\">{gameList.GameIntroduce}</div>";
gameInfo.ScreenOrientation = gameList.ScreenOrientation;
gameInfo.GameIsEditionMouse = gameList.GameIsEditionMouse;
gameInfo.SteamId = gameList.SteamId;