Skip to content

Commit

Permalink
✨ 독서 기록 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
ktseo41 committed Sep 30, 2024
1 parent 669e99e commit afc0817
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 @@ -702,7 +702,7 @@ const books = [
{
name: "서점 일기",
startedAt: "2024-09",
progressValue: (160 / 436) * 100,
progressValue: (268 / 436) * 100,
logs: [
{
date: "2024-09-25",
Expand All @@ -712,6 +712,10 @@ const books = [
date: "2024-09-29",
progressValue: (160 / 436) * 100,
},
{
date: "2024-09-29",
progressValue: (268 / 436) * 100,
},
],
},
{
Expand Down Expand Up @@ -743,12 +747,16 @@ const books = [
{
name: "옛날 영화, 이 좋은 걸 이제 알았다니",
startedAt: "2024-09",
progressValue: (34 / 243) * 100,
progressValue: (104 / 243) * 100,
logs: [
{
date: "2024-09-29",
progressValue: (34 / 243) * 100,
},
{
date: "2024-09-30",
progressValue: (104 / 243) * 100,
},
],
},
];
Expand Down

0 comments on commit afc0817

Please sign in to comment.