Skip to content

Commit

Permalink
✨ 독서 기록 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
ktseo41 committed Oct 15, 2024
1 parent 7cd535b commit cd3b7ad
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions src/loaders/reading.data.js
Original file line number Diff line number Diff line change
Expand Up @@ -811,6 +811,10 @@ const bookLogs = [
date: "2024-10-11",
progressValue: (205 / 374) * 100,
},
{
date: "2024-10-11",
progressValue: (302 / 374) * 100,
},
],
},
{
Expand All @@ -832,6 +836,34 @@ const bookLogs = [
},
],
},
{
name: "영화 인문학 콘서트",
startedAt: "2024-10-13",
endAt: "2024-10-14",
progressValue: (102 / 187) * 100,
inProgress: false,
logs: [
{
date: "2024-10-13",
progressValue: (32 / 187) * 100,
},
{
date: "2024-10-14",
progressValue: (102 / 187) * 100,
},
],
},
{
name: "OTT로 만나는 명작 영화 51선",
startedAt: "2024-10-13",
progressValue: (6 / 51) * 100,
logs: [
{
date: "2024-10-14",
progressValue: (6 / 51) * 100,
},
],
},
];

/**
Expand Down

0 comments on commit cd3b7ad

Please sign in to comment.