콘텐츠 메인
- 우측 최상단에 콘텐츠 보관함 - 배너와 추천 시리즈 순서 변경 - 내 보관함 제거
This commit is contained in:
@@ -17,19 +17,28 @@ struct ContentMainView: View {
|
||||
|
||||
ScrollView(.vertical, showsIndicators: false) {
|
||||
VStack(alignment: .leading, spacing: 0) {
|
||||
Text("콘텐츠 마켓")
|
||||
.font(.custom(Font.bold.rawValue, size: 21.3))
|
||||
.foregroundColor(Color.button)
|
||||
.padding(.bottom, 26.7)
|
||||
.padding(.horizontal, 13.3)
|
||||
HStack(spacing: 0) {
|
||||
Text("콘텐츠 마켓")
|
||||
.font(.custom(Font.bold.rawValue, size: 21.3))
|
||||
.foregroundColor(Color.button)
|
||||
|
||||
Spacer()
|
||||
|
||||
Image("ic_content_keep")
|
||||
.onTapGesture {
|
||||
AppState.shared.setAppStep(step: .orderListAll)
|
||||
}
|
||||
}
|
||||
.padding(.bottom, 26.7)
|
||||
.padding(.horizontal, 13.3)
|
||||
|
||||
if !viewModel.isLoading {
|
||||
ContentMainRecommendSeriesView()
|
||||
|
||||
ContentMainBannerView()
|
||||
.padding(.bottom, 26.7)
|
||||
.padding(.horizontal, 13.3)
|
||||
|
||||
ContentMainRecommendSeriesView()
|
||||
|
||||
HStack(spacing: 8) {
|
||||
ZStack {
|
||||
Image("img_bg_short_play")
|
||||
@@ -78,9 +87,6 @@ struct ContentMainView: View {
|
||||
.padding(.bottom, 40)
|
||||
.padding(.horizontal, 13.3)
|
||||
|
||||
ContentMainMyStashView()
|
||||
.padding(.horizontal, 13.3)
|
||||
|
||||
ContentMainNewContentView()
|
||||
.padding(.horizontal, 13.3)
|
||||
|
||||
|
Reference in New Issue
Block a user