feat: 콘텐츠 메인 - 새로운 콘텐츠, 큐레이션, 채널별 인기 콘텐츠, 시리즈 상세, 크리에이터 채널 콘텐츠 리스트
- 포인트 사용 가능 여부 표시
This commit is contained in:
		@@ -58,7 +58,8 @@ struct ContentMainCurationItemViewV2: View {
 | 
			
		||||
                        creatorProfileImageUrl: "https://test-cf.sodalive.net/profile/default-profile.png",
 | 
			
		||||
                        creatorNickname: "유저1",
 | 
			
		||||
                        price: 10,
 | 
			
		||||
                        duration: "00:00:30"
 | 
			
		||||
                        duration: "00:00:30",
 | 
			
		||||
                        isPointAvailable: true
 | 
			
		||||
                    ),
 | 
			
		||||
                    GetAudioContentMainItem(
 | 
			
		||||
                        contentId: 2,
 | 
			
		||||
@@ -68,7 +69,8 @@ struct ContentMainCurationItemViewV2: View {
 | 
			
		||||
                        creatorProfileImageUrl: "https://test-cf.sodalive.net/profile/default-profile.png",
 | 
			
		||||
                        creatorNickname: "유저2",
 | 
			
		||||
                        price: 10,
 | 
			
		||||
                        duration: "00:00:30"
 | 
			
		||||
                        duration: "00:00:30",
 | 
			
		||||
                        isPointAvailable: false
 | 
			
		||||
                    ),
 | 
			
		||||
                    GetAudioContentMainItem(
 | 
			
		||||
                        contentId: 3,
 | 
			
		||||
@@ -78,7 +80,8 @@ struct ContentMainCurationItemViewV2: View {
 | 
			
		||||
                        creatorProfileImageUrl: "https://test-cf.sodalive.net/profile/default-profile.png",
 | 
			
		||||
                        creatorNickname: "유저3",
 | 
			
		||||
                        price: 10,
 | 
			
		||||
                        duration: "00:00:30"
 | 
			
		||||
                        duration: "00:00:30",
 | 
			
		||||
                        isPointAvailable: false
 | 
			
		||||
                    )
 | 
			
		||||
                ]
 | 
			
		||||
            )
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user