fix(live-room): 라이브 상세 SNS 링크 아이콘 매핑을 신규 필드에 맞춘다

This commit is contained in:
Yu Sung
2026-03-24 13:36:10 +09:00
parent c6a6b3c79e
commit 0844c6f4d7
3 changed files with 135 additions and 35 deletions

View File

@@ -32,8 +32,9 @@ struct GetRoomDetailManager: Decodable {
let introduce: String
let youtubeUrl: String?
let instagramUrl: String?
let websiteUrl: String?
let blogUrl: String?
let fancimmUrl: String?
let xUrl: String?
let kakaoOpenChatUrl: String?
let profileImageUrl: String
let isCreator: Bool
}