feat(character): 인기 캐릭터 섹션 추가

This commit is contained in:
Yu Sung
2025-09-11 21:23:46 +09:00
parent 73ec0ce12e
commit 112d75084e
6 changed files with 66 additions and 28 deletions

View File

@@ -87,7 +87,9 @@ struct CharacterDetailView: View {
description: otherCharacter.tags,
imageUrl: otherCharacter.imageUrl
),
size: screenSize().width * 0.42
size: screenSize().width * 0.42,
rank: 0,
isShowRank: false
)
.onTapGesture {
//