콘텐츠 메인 ASMR 탭

- 새로운 ASMR 전체보기
This commit is contained in:
Yu Sung
2025-02-22 09:06:06 +09:00
parent 38498c86af
commit 1f15ebfee3
4 changed files with 84 additions and 1 deletions

View File

@@ -23,7 +23,10 @@ struct ContentMainTabAsmrView: View {
if !viewModel.newAsmrContentList.isEmpty {
ContentMainNewContentViewV2(
title: "새로운 ASMR",
onClickMore: {},
onClickMore: {
AppState.shared
.setAppStep(step: .newAsmrContentAll)
},
themeList: [],
contentList: viewModel.newAsmrContentList
) { _ in }