光环助手V4.0.2-游戏专题功能强化(后台)(8) https://gitlab.ghzs.com/pm/halo-app-issues/-/issues/886
This commit is contained in:
@ -22,7 +22,8 @@ object LegacyHomeSubjectTransformer {
|
||||
val gameEntity = data[0]
|
||||
if (gameEntity.id.isEmpty()) gameEntity.id = gameEntity.link ?: ""
|
||||
|
||||
if (data[0].type == "column") {
|
||||
// 图片专题样式(后台操作->只显示(滑动))
|
||||
if (data[0].type == "column" && subjectEntity.type == "image_slide") {
|
||||
itemDataImage.imageSlide = gameEntity
|
||||
itemList.add(itemDataImage)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user