Skip to content

Commit

Permalink
✨ 독서 기록 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
ktseo41 committed Nov 21, 2024
1 parent 9c18c10 commit 3cf426f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/loaders/reading.data.js
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,7 @@ const bookLogs = [
{
name: "장하준의 경제학 강의",
startedAt: "2024-11-01",
progressValue: (171 / 445) * 100,
progressValue: (374 / 445) * 100,
logs: [
{
date: "2024-11-01",
Expand All @@ -1031,6 +1031,10 @@ const bookLogs = [
date: "2024-11-17",
progressValue: (304 / 445) * 100,
},
{
date: "2024-11-17",
progressValue: (374 / 445) * 100,
},
],
},
{
Expand Down Expand Up @@ -1076,12 +1080,16 @@ const bookLogs = [
{
name: "헤르만 헤세의 책이라는 세계",
startedAt: "2024-11-13",
progressValue: (51 / 325) * 100,
progressValue: (86 / 325) * 100,
logs: [
{
date: "2024-11-13",
progressValue: (51 / 325) * 100,
},
{
date: "2024-11-21",
progressValue: (86 / 325) * 100,
},
],
},
];
Expand Down

0 comments on commit 3cf426f

Please sign in to comment.