feat: 新增[图标浮层]功能—客户端 https://jira.shanqu.cc/browse/GHZS-1100

This commit is contained in:
叶子维
2023-02-10 09:54:37 +08:00
parent 8e2fcd08b9
commit 5bf0bb5042
61 changed files with 383 additions and 73 deletions

View File

@ -204,6 +204,7 @@ public class GameUtils {
gameUpdateEntity.setIcon(gameEntity.getIcon());
gameUpdateEntity.setRawIcon(gameEntity.getRawIcon());
gameUpdateEntity.setIconSubscript(gameEntity.getIconSubscript());
gameUpdateEntity.setIconFloat(gameEntity.getIconFloat());
gameUpdateEntity.setName(gameEntity.getName());
gameUpdateEntity.setPackageName(apkEntity.getPackageName());
gameUpdateEntity.setSize(apkEntity.getSize());