feat: 메인 라이브

- 팔로잉 채널 신규 UI 사이즈 적용
This commit is contained in:
Yu Sung
2025-07-22 03:19:01 +09:00
parent 33195e5c8e
commit a4663d0853
3 changed files with 31 additions and 60 deletions

View File

@@ -18,7 +18,6 @@ final class LiveViewModel: ObservableObject {
@Published private(set) var liveNowItems = [GetRoomListResponse]()
@Published private(set) var liveReservationItems = [GetRoomListResponse]()
@Published private(set) var recommendLiveItems: [GetRecommendLiveResponse] = []
@Published private(set) var recommendChannelItems: [GetRecommendChannelResponse] = []
@Published private(set) var followedChannelItems: [GetRecommendChannelResponse] = []
@Published private(set) var communityPostItems: [GetCommunityPostListResponse] = []
@Published private(set) var replayLiveItems: [AudioContentMainItem] = []