feat(chat): 캐릭터 목록에 Yandex 배너를 추가한다

Ultraworked with [Sisyphus]

https://github.com/code-yeongyu/oh-my-openagent

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
Yu Sung
2026-04-28 14:28:50 +09:00
parent 88dac10c9f
commit e5a9d4c307

View File

@@ -36,6 +36,12 @@ struct CharacterView: View {
} }
} }
YandexInlineBannerView(
placement: .chatCharacterList,
horizontalPadding: 24
)
.padding(.vertical, -24)
// //
if !viewModel.popularCharacters.isEmpty { if !viewModel.popularCharacters.isEmpty {
CharacterSectionView( CharacterSectionView(