Skip to content

Commit

Permalink
✨ 독서 기록 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
ktseo41 committed Dec 3, 2024
1 parent bc55c13 commit 794f408
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion src/loaders/reading.data.js
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,7 @@ const bookLogs = [
{
name: "헤르만 헤세의 책이라는 세계",
startedAt: "2024-11-13",
progressValue: (118 / 325) * 100,
progressValue: (150 / 325) * 100,
logs: [
{
date: "2024-11-13",
Expand All @@ -1094,6 +1094,10 @@ const bookLogs = [
date: "2024-11-27",
progressValue: (118 / 325) * 100,
},
{
date: "2024-12-03",
progressValue: (150 / 325) * 100,
},
],
},
{
Expand All @@ -1107,6 +1111,21 @@ const bookLogs = [
},
],
},
{
name: "소수의 고독",
startedAt: "2024-12-02",
progressValue: (170 / 415) * 100,
logs: [
{
date: "2024-12-02",
progressValue: (130 / 415) * 100,
},
{
date: "2024-12-03",
progressValue: (170 / 415) * 100,
},
],
},
];

/**
Expand Down

0 comments on commit 794f408

Please sign in to comment.