修复问题
This commit is contained in:
parent
9f11aeaf1d
commit
dadc9b1dc7
|
|
@ -83,6 +83,7 @@ namespace CloudGaming.Code.Cache.Special
|
|||
{
|
||||
gameInfo.GameDetailsofCharges = $"游戏免费";
|
||||
}
|
||||
//gameInfo.GameIntroduce
|
||||
return gameInfo;
|
||||
})
|
||||
.ToList();
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user