feat(recommend): 홈 장르 추천 조회 이력 표시를 추가한다

This commit is contained in:
2026-06-04 17:22:08 +09:00
parent e5827d5018
commit 410814ef33

View File

@@ -165,7 +165,8 @@ data class HomePopularCommunityRecommendationRecord(
data class HomeGenreCreatorRecommendationGroup(
val genreId: Long,
val genreName: String,
val creators: List<HomeGenreCreatorRecommendationRecord>
val creators: List<HomeGenreCreatorRecommendationRecord>,
val isViewedTheme: Boolean = false
)
data class HomeGenreCreatorRecommendationRecord(