feat(yandex-ads): 커뮤니티와 알림 화면에 배너를 추가한다

This commit is contained in:
Yu Sung
2026-04-28 13:58:32 +09:00
parent 8baae71317
commit ddd82b6b8f
3 changed files with 7 additions and 0 deletions

View File

@@ -158,6 +158,9 @@ struct NotificationReceiveSettingsView: View {
.padding(.top, 13.3)
.padding(.horizontal, 13.3)
YandexInlineBannerView(placement: .notificationReceiveSettings)
.padding(.top, 26.7)
Text(I18n.Settings.Notification.followingChannels)
.appFont(size: 16.7, weight: .bold)
.foregroundColor(Color(hex: "eeeeee"))