Skip to content

Commit

Permalink
feat: 피드 mock 이미지 리스트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
BangDori committed May 11, 2024
1 parent 8673d97 commit b768dd7
Showing 1 changed file with 57 additions and 14 deletions.
71 changes: 57 additions & 14 deletions src/app/mocks/consts/feed.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,42 @@ export const feeds: Feeds = {
id: 1,
imageUrl: 'https://picsum.photos/320/400',
},
{
id: 1,
imageUrl: 'https://picsum.photos/320/400',
},
{
id: 2,
imageUrl: 'https://picsum.photos/320/400',
},
{
id: 4,
imageUrl: 'https://picsum.photos/320/400',
},
{
id: 5,
imageUrl: 'https://picsum.photos/320/400',
},
{
id: 6,
imageUrl: 'https://picsum.photos/320/400',
},
{
id: 7,
imageUrl: 'https://picsum.photos/320/400',
},
{
id: 8,
imageUrl: 'https://picsum.photos/320/400',
},
{
id: 9,
imageUrl: 'https://picsum.photos/320/400',
},
{
id: 10,
imageUrl: 'https://picsum.photos/320/400',
},
],

likeCount: likes[1].totalCount,
Expand All @@ -34,20 +70,7 @@ export const feeds: Feeds = {
id: 2,
user: users[2],
content: 'Feed Content 2',
images: [
{
id: 1,
imageUrl: 'https://picsum.photos/320/400',
},
{
id: 2,
imageUrl: 'https://picsum.photos/320/400',
},
{
id: 3,
imageUrl: 'https://picsum.photos/320/400',
},
],
images: [],

likeCount: likes[2].totalCount,
commentCount: comments[2].length,
Expand All @@ -67,6 +90,14 @@ export const feeds: Feeds = {
id: 1,
imageUrl: 'https://picsum.photos/320/400',
},
{
id: 2,
imageUrl: 'https://picsum.photos/320/400',
},
{
id: 3,
imageUrl: 'https://picsum.photos/320/400',
},
],

likeCount: likes[3].totalCount,
Expand All @@ -91,6 +122,18 @@ export const feeds: Feeds = {
id: 2,
imageUrl: 'https://picsum.photos/320/400',
},
{
id: 3,
imageUrl: 'https://picsum.photos/320/400',
},
{
id: 4,
imageUrl: 'https://picsum.photos/320/400',
},
{
id: 5,
imageUrl: 'https://picsum.photos/320/400',
},
],

likeCount: likes[4].totalCount,
Expand Down

0 comments on commit b768dd7

Please sign in to comment.