⬆️ update data
This commit is contained in:
parent
cf6c3a9d6f
commit
68f64c3a7d
16 changed files with 711 additions and 131 deletions
|
|
@ -145,7 +145,7 @@
|
|||
"name": "Aufstrich",
|
||||
"numchild": 0,
|
||||
"parent": null,
|
||||
"updated_at": "2026-04-23T17:01:41.305236+02:00"
|
||||
"updated_at": "2026-04-23T23:18:39.716208+02:00"
|
||||
},
|
||||
{
|
||||
"created_at": "2024-08-11T22:29:36.599408+02:00",
|
||||
|
|
@ -156,7 +156,7 @@
|
|||
"name": "Fr\u00fchst\u00fcck",
|
||||
"numchild": 0,
|
||||
"parent": null,
|
||||
"updated_at": "2026-04-23T17:01:41.311054+02:00"
|
||||
"updated_at": "2026-04-23T23:18:39.721579+02:00"
|
||||
},
|
||||
{
|
||||
"created_at": "2024-08-12T00:12:55.162950+02:00",
|
||||
|
|
@ -167,7 +167,7 @@
|
|||
"name": "GPN",
|
||||
"numchild": 0,
|
||||
"parent": null,
|
||||
"updated_at": "2026-04-23T17:01:41.317116+02:00"
|
||||
"updated_at": "2026-04-23T23:18:39.726692+02:00"
|
||||
},
|
||||
{
|
||||
"created_at": "2025-05-01T17:04:38.215340+02:00",
|
||||
|
|
@ -178,7 +178,7 @@
|
|||
"name": "gpn23",
|
||||
"numchild": 0,
|
||||
"parent": null,
|
||||
"updated_at": "2026-04-09T01:01:29.141815+02:00"
|
||||
"updated_at": "2026-04-23T23:18:39.731721+02:00"
|
||||
},
|
||||
{
|
||||
"created_at": "2026-04-08T22:49:21.108554+02:00",
|
||||
|
|
@ -189,7 +189,7 @@
|
|||
"name": "GPN24",
|
||||
"numchild": 0,
|
||||
"parent": null,
|
||||
"updated_at": "2026-04-23T17:01:41.322876+02:00"
|
||||
"updated_at": "2026-04-23T23:18:39.736250+02:00"
|
||||
}
|
||||
],
|
||||
"last_cooked": null,
|
||||
|
|
@ -291,6 +291,16 @@
|
|||
"amount": 4.0,
|
||||
"food": "Zitrone",
|
||||
"unit": "St\u00fcck"
|
||||
},
|
||||
{
|
||||
"amount": 500.0,
|
||||
"food": "Zitrone",
|
||||
"unit": "g / Gramm"
|
||||
},
|
||||
{
|
||||
"amount": 0.5,
|
||||
"food": "Zitrone",
|
||||
"unit": "kg / Kilogramm"
|
||||
}
|
||||
],
|
||||
"food": {
|
||||
|
|
@ -360,6 +370,16 @@
|
|||
"amount": 4.0,
|
||||
"food": "Limetten",
|
||||
"unit": "St\u00fcck"
|
||||
},
|
||||
{
|
||||
"amount": 340.0,
|
||||
"food": "Limetten",
|
||||
"unit": "g / Gramm"
|
||||
},
|
||||
{
|
||||
"amount": 0.34,
|
||||
"food": "Limetten",
|
||||
"unit": "kg / Kilogramm"
|
||||
}
|
||||
],
|
||||
"food": {
|
||||
|
|
@ -429,6 +449,16 @@
|
|||
"amount": 3.0,
|
||||
"food": "Club Mate",
|
||||
"unit": "St\u00fcck"
|
||||
},
|
||||
{
|
||||
"amount": 1500.0,
|
||||
"food": "Club Mate",
|
||||
"unit": "g / Gramm"
|
||||
},
|
||||
{
|
||||
"amount": 1.5,
|
||||
"food": "Club Mate",
|
||||
"unit": "kg / Kilogramm"
|
||||
}
|
||||
],
|
||||
"food": {
|
||||
|
|
@ -494,10 +524,20 @@
|
|||
"food": "Matetee",
|
||||
"unit": "Liter"
|
||||
},
|
||||
{
|
||||
"amount": 1250.0,
|
||||
"food": "Matetee",
|
||||
"unit": "g / Gramm"
|
||||
},
|
||||
{
|
||||
"amount": 1250.0,
|
||||
"food": "Matetee",
|
||||
"unit": "Milliliter"
|
||||
},
|
||||
{
|
||||
"amount": 1.25,
|
||||
"food": "Matetee",
|
||||
"unit": "kg / Kilogramm"
|
||||
}
|
||||
],
|
||||
"food": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue