【光环助手V5.10.0】前端优化汇总5月第2周(0527UI测试) https://git.shanqu.cc/pm/halo-app-issues/-/issues/1845
This commit is contained in:
@ -170,13 +170,14 @@ object LegacyHomeSubjectTransformer {
|
||||
val game = data[i]
|
||||
game.sequence = i
|
||||
game.outerSequence = blockPosition
|
||||
if (!game.image.isNullOrEmpty()) continue
|
||||
|
||||
// 第一个普通游戏顶部需要增加半高的填充间距
|
||||
if (i == 0) {
|
||||
itemList.add(newItemInstance().apply { blankDivider = BlankDividerViewHolder.DEFAULT_BLANK_HEIGHT })
|
||||
}
|
||||
|
||||
if (!game.image.isNullOrEmpty()) continue
|
||||
|
||||
game.subjectData = GameSubjectData(
|
||||
id = subjectEntity.id,
|
||||
name = subjectEntity.name,
|
||||
|
||||
Reference in New Issue
Block a user