feat(yandex-ads): 화면별 Yandex 광고 배치를 추가한다

This commit is contained in:
Yu Sung
2026-04-28 11:59:46 +09:00
parent 0813b64bc9
commit 503468f713
8 changed files with 512 additions and 96 deletions

View File

@@ -98,6 +98,9 @@ struct LiveView: View {
SectionLatestFinishedLiveView(items: viewModel.latestFinishedLiveItems)
}
YandexInlineBannerView(placement: .liveTab)
.padding(.vertical, -24)
if viewModel.replayLiveItems.count > 0 {
LiveReplayListView(contentList: viewModel.replayLiveItems)
}