feat(creator): 시리즈 탭을 추가한다

This commit is contained in:
Yu Sung
2026-07-04 18:50:24 +09:00
parent 0dd111f5d6
commit 8c71b6883b
14 changed files with 1022 additions and 6 deletions

View File

@@ -8,7 +8,7 @@ struct CreatorChannelHomeResponse: Decodable {
let notices: [CreatorChannelCommunityPostResponse]
let schedules: [CreatorChannelScheduleResponse]
let audioContents: [CreatorChannelAudioContentResponse]
let series: [CreatorChannelSeriesResponse]
let series: [CreatorChannelHomeSeriesResponse]
let communities: [CreatorChannelCommunityPostResponse]
let fanTalk: CreatorChannelFanTalkSummaryResponse
let introduce: String
@@ -73,7 +73,7 @@ struct CreatorChannelScheduleResponse: Decodable {
let targetId: Int
}
struct CreatorChannelSeriesResponse: Decodable, Identifiable {
struct CreatorChannelHomeSeriesResponse: Decodable, Identifiable {
let seriesId: Int
let title: String
let coverImageUrl: String