点赞和评论

This commit is contained in:
2024-07-30 14:28:13 +08:00
parent 406caa3702
commit 0730fdea68
10 changed files with 357 additions and 93 deletions

View File

@@ -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,
)