feat(chat-character): 캐릭터 신규 이미지 표시 UI 추가
This commit is contained in:
@@ -10,4 +10,5 @@ struct Character: Decodable {
|
||||
let name: String
|
||||
let description: String?
|
||||
let imageUrl: String
|
||||
let isNew: Bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user