diff --git a/src/app.js b/src/app.js index b0af3b9..b8d99db 100644 --- a/src/app.js +++ b/src/app.js @@ -1,4 +1,4 @@ -const data = { poppers: null, chart: null, default: { year: '2024', month: '12' } }; +const data = { poppers: null, chart: null, default: { year: '2025', month: '01' } }; window.onload = async function () { data.poppersData = await getData(); diff --git a/src/data.json b/src/data.json index 58dde9e..72ed9d4 100644 --- a/src/data.json +++ b/src/data.json @@ -3,7 +3,10 @@ "2025": { "01": { "01": [], - "02": ["12.46am", "2.32am", "2.51am", "2.58am"] + "02": ["12.46am", "2.32am", "2.51am", "2.58am", "3.27am", "4.17am", "4.26am", "4.39am", "5.31am"], + "03": [], + "04": [], + "05": [] } }, "2024": {