chore: init ledger project with docs and gitignore

This commit is contained in:
Jin
2026-05-01 11:53:06 +08:00
parent 29156fdb9e
commit 64f46039b3
17 changed files with 1896 additions and 2 deletions

30
ledger.json Normal file
View File

@@ -0,0 +1,30 @@
[
{
"id": 1777563638102,
"amount": 25,
"note": "午饭",
"createdAt": "2026-04-30T15:40:38.102Z",
"category": "购物"
},
{
"id": 1777563676630,
"amount": -10,
"note": "咖啡退款",
"createdAt": "2026-04-30T15:41:16.630Z",
"category": "娱乐"
},
{
"id": 1777564979416,
"amount": -12,
"note": "饮料",
"createdAt": "2026-04-30T16:02:59.416Z",
"category": "其他"
},
{
"id": 1777567863041,
"amount": -63,
"note": "雨云🌧️服务器",
"category": "学习",
"createdAt": "2026-04-30T16:51:03.041Z"
}
]