From e5a9d4c307a100a8d4e878cf8e8b2049848a4cdf Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Tue, 28 Apr 2026 14:28:50 +0900 Subject: [PATCH] =?UTF-8?q?feat(chat):=20=EC=BA=90=EB=A6=AD=ED=84=B0=20?= =?UTF-8?q?=EB=AA=A9=EB=A1=9D=EC=97=90=20Yandex=20=EB=B0=B0=EB=84=88?= =?UTF-8?q?=EB=A5=BC=20=EC=B6=94=EA=B0=80=ED=95=9C=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ultraworked with [Sisyphus] https://github.com/code-yeongyu/oh-my-openagent Co-authored-by: Sisyphus --- SodaLive/Sources/Chat/Character/CharacterView.swift | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/SodaLive/Sources/Chat/Character/CharacterView.swift b/SodaLive/Sources/Chat/Character/CharacterView.swift index 6ff8ae7..6caafc6 100644 --- a/SodaLive/Sources/Chat/Character/CharacterView.swift +++ b/SodaLive/Sources/Chat/Character/CharacterView.swift @@ -35,7 +35,13 @@ struct CharacterView: View { onSelectCharacter(ch.characterId) } } - + + YandexInlineBannerView( + placement: .chatCharacterList, + horizontalPadding: 24 + ) + .padding(.vertical, -24) + // 인기 캐릭터 섹션 if !viewModel.popularCharacters.isEmpty { CharacterSectionView(