feat: 메인 홈

- 라이브, 인기 크리, 최신 콘텐츠, 이벤트 배너 UI 추가
This commit is contained in:
Yu Sung
2025-07-11 22:31:15 +09:00
parent e121ec1ee4
commit 5a9b95c2bf
29 changed files with 622 additions and 137 deletions

View File

@@ -24,5 +24,6 @@ struct GetExplorerSectionCreatorResponse: Decodable, Hashable {
let nickname: String
let tags: String
let profileImageUrl: String
let followerCount: Int
}