Group02-notes/notes_data.json

19 lines
302 B
JSON
Raw Normal View History

{
"notes": [
{
"id": 1,
"title": "12121",
"category": "编程",
"content": "12121",
"created_at": "2026-01-07 13:52:26",
"updated_at": "2026-01-07 13:52:26"
}
],
"categories": [
"编程",
"数学",
"英语",
"其他",
"语文"
]
}