点赞和评论
This commit is contained in:
@@ -17,5 +17,6 @@ data class MomentItem(
|
||||
val shareCount: Int,
|
||||
val favoriteCount: Int,
|
||||
val images: List<String> = emptyList(),
|
||||
val authorId: Int = 0
|
||||
val authorId: Int = 0,
|
||||
var liked: Boolean = false,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user