添加业务逻辑

This commit is contained in:
2024-07-28 15:07:08 +08:00
parent dfbc151e4e
commit f35bde65a2
8 changed files with 355 additions and 260 deletions

View File

@@ -15,7 +15,8 @@ data class MomentItem(
val likeCount: Int,
val commentCount: Int,
val shareCount: Int,
val favoriteCount: Int
val favoriteCount: Int,
val images: List<String> = emptyList()
)
val momentTestItem = MomentItem(