feat(chat-character): 캐릭터 신규 이미지 표시 UI 추가
This commit is contained in:
@@ -54,8 +54,8 @@ struct CharacterSectionView: View {
|
||||
CharacterSectionView(
|
||||
title: "신규 캐릭터",
|
||||
items: [
|
||||
Character(characterId: 1, name: "찰리", description: "새로운 친구", imageUrl: "https://picsum.photos/300"),
|
||||
Character(characterId: 2, name: "데이지", description: "", imageUrl: "https://picsum.photos/300")
|
||||
Character(characterId: 1, name: "찰리", description: "새로운 친구", imageUrl: "https://picsum.photos/300", isNew: true),
|
||||
Character(characterId: 2, name: "데이지", description: "", imageUrl: "https://picsum.photos/300", isNew: false)
|
||||
],
|
||||
isShowRank: true
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user