Skip to content

Commit

Permalink
Merge pull request #89 from tolerious/feat/refactor-app
Browse files Browse the repository at this point in the history
🐛 Fix diagram bug.
  • Loading branch information
tolerious authored Feb 4, 2025
2 parents b9e84b2 + fec0be2 commit 4c87da2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/HomePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ function mapWeekDay(week: string) {
async function getEveryDayWordCount() {
const info = await request({ url: '/word/thisweek' });
everyDayWordCount.value = [];
for (let key in info.data) {
everyDayWordCount.value.push({
year: mapWeekDay(key),
Expand Down

0 comments on commit 4c87da2

Please sign in to comment.