forked from hzuapps/data
-
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
Showing
1 changed file
with
28 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"tasklist": [ | ||
{ | ||
"id": 1, | ||
"content": "12月16日考英语六级", | ||
}, | ||
{ | ||
"id": 2, | ||
"content": "晚上出去要带雨伞", | ||
}, | ||
{ | ||
"id": 3, | ||
"content": "下午16点浇花", | ||
}, | ||
{ | ||
"id": 4, | ||
"content": "农历10.28是爸爸生日,送祝福加礼物", | ||
}, | ||
{ | ||
"id": 5, | ||
" content": "这周日下午去买支手表当礼物", | ||
}, | ||
{ | ||
" id": 6, | ||
"content": "周六晚上19点同学聚会", | ||
} | ||
] | ||
} |