Implement creating food

This commit is contained in:
2024-08-09 21:20:02 +02:00
parent db34fe039e
commit d9ae2e1ab3
10 changed files with 171 additions and 84 deletions

View File

@@ -10,6 +10,10 @@ export function GetFood() {
return window['go']['main']['App']['GetFood']();
}
export function GetLastPer100(arg1) {
return window['go']['main']['App']['GetLastPer100'](arg1);
}
export function GetSettings() {
return window['go']['main']['App']['GetSettings']();
}