fix: 修复专题详情默认为 QQ 小游戏的问题
This commit is contained in:
@ -99,7 +99,7 @@ data class SubjectEntity(
|
||||
var outerSequence: Int = -1,
|
||||
|
||||
@SerializedName("is_qq_column")
|
||||
var isQQColumn: Boolean = true
|
||||
var isQQColumn: Boolean = false
|
||||
) : Parcelable {
|
||||
|
||||
@IgnoredOnParcel
|
||||
|
||||
Reference in New Issue
Block a user