콘텐츠, 라이브 메인

- 보이스 모닝콜 메뉴 추가
- 라이브 다시듣기 메뉴 라이브 메인으로 이동
This commit is contained in:
Yu Sung
2024-10-11 14:21:05 +09:00
parent 46df6864b0
commit eba9e4dec2
15 changed files with 101 additions and 31 deletions

View File

@@ -26,6 +26,29 @@ struct LiveView: View {
.padding(.top, 13.3)
}
ZStack {
Image("img_bg_review_live")
.resizable()
.frame(height: 53.3)
.frame(maxWidth: .infinity)
.cornerRadius(2.6)
HStack(spacing: 2.7) {
Image("ic_thumb_play_purple")
Text("라이브 다시듣기")
.font(.custom(Font.bold.rawValue, size: 16.7))
.foregroundColor(Color(hex: "672bff"))
}
.cornerRadius(2.6)
}
.padding(.horizontal, 13.3)
.onTapGesture {
AppState.shared.setAppStep(
step: .contentAllByTheme(themeId: 7)
)
}
if viewModel.recommendChannelItems.count > 0 {
SectionRecommendChannelView(
items: viewModel.isFollowingList ?