This commit is contained in:
2025-09-04 17:53:59 +08:00
parent fc192cf946
commit 2ce5ceffef
4 changed files with 98 additions and 1 deletions

18
birthday/data/family.json Normal file
View File

@@ -0,0 +1,18 @@
[
{
"name": "爸",
"birthday": "1980-05-03"
},
{
"name": "妈",
"birthday": "1981-09-30"
},
{
"name": "姑",
"birthday": "1983-09-15"
},
{
"name": "妹",
"birthday": "2012-06-30"
}
]