fix:【光环助手V5.12.0】游戏专题功能优化(修改专题默认显示下载按钮的值) https://git.shanqu.cc/pm/halo/halo-app-issues/-/issues/1950

This commit is contained in:
lyr
2022-07-13 16:45:37 +08:00
parent 32574ba33a
commit e42fb2ab66

View File

@ -58,7 +58,7 @@ data class SubjectEntity(
// 专题内游戏item是否显示下载按钮(目前只针对横向专题)
@SerializedName("show_download")
var showDownload: Boolean = true,
var showDownload: Boolean = false,
// 本地字段,用来标记在外部页面中的序号,仅用于曝光记录,具体细节可见 https://git.ghzs.com/pm/halo-app-issues/-/issues/1087
var outerSequence: Int = -1