fix:【光环助手V5.12.0】游戏专题功能优化(修改专题默认显示下载按钮的值) https://git.shanqu.cc/pm/halo/halo-app-issues/-/issues/1950
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user