Skip to content

Commit

Permalink
✨ 독서 기록 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
ktseo41 committed Nov 27, 2024
1 parent 3cf426f commit bc55c13
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 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: (86 / 325) * 100,
progressValue: (118 / 325) * 100,
logs: [
{
date: "2024-11-13",
Expand All @@ -1090,6 +1090,21 @@ const bookLogs = [
date: "2024-11-21",
progressValue: (86 / 325) * 100,
},
{
date: "2024-11-27",
progressValue: (118 / 325) * 100,
},
],
},
{
name: "프롬프트 엔지니어의 업무일지",
startedAt: "2024-11-27",
progressValue: (87 / 362) * 100,
logs: [
{
date: "2024-11-27",
progressValue: (87 / 362) * 100,
},
],
},
];
Expand Down

0 comments on commit bc55c13

Please sign in to comment.