-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7b80a16
commit dad06d2
Showing
1 changed file
with
66 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,68 @@ | ||
{ | ||
"daily": { | ||
"month": [ | ||
[ | ||
{ | ||
"date": "2025/1/1", | ||
"no": "3280", | ||
"name": "将日期转换为二进制表示", | ||
"slug": "convert-date-to-binary", | ||
"difficulty": "简单", | ||
"rating": 1205, | ||
"situation": "自己做出", | ||
"method": "模拟", | ||
"learn": "", | ||
"unknown": "" | ||
} | ||
] | ||
] | ||
} | ||
"daily": { | ||
"month": [ | ||
[ | ||
{ | ||
"date": "2025/1/1", | ||
"no": "3280", | ||
"name": "将日期转换为二进制表示", | ||
"slug": "convert-date-to-binary", | ||
"difficulty": "简单", | ||
"rating": 1205, | ||
"situation": "自己做出", | ||
"method": "模拟", | ||
"learn": "", | ||
"unknown": "" | ||
}, | ||
{ | ||
"date": "2025/1/2", | ||
"no": "729", | ||
"name": "我的日程安排表 I", | ||
"slug": "my-calendar-i", | ||
"difficulty": "中等", | ||
"rating": null, | ||
"situation": "自己做出", | ||
"method": "二分查找/线段树", | ||
"learn": "复习线段树", | ||
"unknown": "" | ||
}, | ||
{ | ||
"date": "2025/1/3", | ||
"no": "731", | ||
"name": "我的日程安排表 II", | ||
"slug": "my-calendar-ii", | ||
"difficulty": "中等", | ||
"rating": null, | ||
"situation": "自己做出", | ||
"method": "线段树", | ||
"learn": "复习线段树", | ||
"unknown": "" | ||
}, | ||
{ | ||
"date": "2025/1/4", | ||
"no": "732", | ||
"name": "我的日程安排表 III", | ||
"slug": "my-calendar-iii", | ||
"difficulty": "困难", | ||
"rating": null, | ||
"situation": "自己做出", | ||
"method": "线段树", | ||
"learn": "复习线段树", | ||
"unknown": "" | ||
}, | ||
{ | ||
"date": "2025/1/5", | ||
"no": "2241", | ||
"name": "设计一个 ATM 机器", | ||
"slug": "design-an-atm-machine", | ||
"difficulty": "中等", | ||
"rating": 1616, | ||
"situation": "自己做出", | ||
"method": "模拟", | ||
"learn": "", | ||
"unknown": "" | ||
} | ||
] | ||
] | ||
} | ||
} |