콘텐츠 추가

This commit is contained in:
Yu Sung
2023-08-13 20:59:49 +09:00
parent a8338e6fea
commit cf0607334a
63 changed files with 3935 additions and 10 deletions

View File

@@ -57,7 +57,7 @@ struct ContentMainItemView: View {
.padding(.bottom, 10)
}
.frame(width: 133.3, alignment: .leading)
.onTapGesture { }
.onTapGesture { AppState.shared.setAppStep(step: .contentDetail(contentId: item.contentId)) }
}
}