feat(character): 인기 캐릭터 섹션 추가
This commit is contained in:
@@ -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 {
|
||||
// 캐릭터 변경 후 스크롤을 최상단으로 이동
|
||||
|
||||
Reference in New Issue
Block a user