插件化区域游戏显示的标签从“插件标签”改为“游戏标签”

This commit is contained in:
kehaoyuan
2019-08-08 11:45:57 +08:00
parent 325dd07b4d
commit 932b39ea09
4 changed files with 7 additions and 1 deletions

View File

@ -144,6 +144,7 @@ public class GameUtils {
gameUpdateEntity.setEtag(apkEntity.getEtag());
gameUpdateEntity.setPluggable(true);
gameUpdateEntity.setTag(gameEntity.getTag());
gameUpdateEntity.setTagStyle(gameEntity.getTagStyle());
gameUpdateEntity.setBrief(gameEntity.getBrief());
gameUpdateEntity.setPlugin(apkEntity.getPlugin());
return gameUpdateEntity;