Skip to content

Commit 60a4c2b

Browse files
committed
2025-02-02
1 parent 47c0cb7 commit 60a4c2b

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

getData.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import fs from "fs/promises";
22

3-
const year = new Date().getFullYear(), month = new Date().getMonth() - 1;
3+
const year = new Date().getFullYear(), month = new Date().getMonth();
44

55
fetch("https://leetcode.cn/graphql/", {
66
method: "post",

src/assets/2025.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,32 @@
374374
"learn": "",
375375
"unknown": ""
376376
}
377+
],
378+
[
379+
{
380+
"date": "2025/2/1",
381+
"no": "81",
382+
"name": "搜索旋转排序数组 II",
383+
"slug": "search-in-rotated-sorted-array-ii",
384+
"difficulty": "中等",
385+
"rating": null,
386+
"situation": "自己做出",
387+
"method": "模拟/二分",
388+
"learn": "",
389+
"unknown": ""
390+
},
391+
{
392+
"date": "2025/2/2",
393+
"no": "598",
394+
"name": "区间加法 II",
395+
"slug": "range-addition-ii",
396+
"difficulty": "简单",
397+
"rating": null,
398+
"situation": "自己做出",
399+
"method": "转化",
400+
"learn": "",
401+
"unknown": ""
402+
}
377403
]
378404
]
379405
}

0 commit comments

Comments
 (0)