콘텐츠 메인 무료 탭

- 크리에이터 소개 전체보기
This commit is contained in:
Yu Sung
2025-02-22 10:23:00 +09:00
parent 8070fa3bef
commit 174416952e
5 changed files with 150 additions and 1 deletions

View File

@@ -23,7 +23,10 @@ struct ContentMainTabFreeView: View {
if let introduceCreator = viewModel.introduceCreator {
ContentMainNewContentViewV2(
title: introduceCreator.title,
onClickMore: {},
onClickMore: {
AppState.shared
.setAppStep(step: .introduceCreatorAll)
},
themeList: [],
contentList: introduceCreator.items
) { _ in }