added simkl login to backend

This commit is contained in:
2024-07-30 12:59:06 -04:00
parent c6972ad765
commit 237958cce5
6 changed files with 256 additions and 0 deletions

View File

@ -26,6 +26,14 @@ export function GetAniListUserWatchingList(arg1, arg2, arg3) {
return window['go']['main']['App']['GetAniListUserWatchingList'](arg1, arg2, arg3);
}
export function GetSimklLoggedInUserId() {
return window['go']['main']['App']['GetSimklLoggedInUserId']();
}
export function Greet(arg1) {
return window['go']['main']['App']['Greet'](arg1);
}
export function SimklLogin() {
return window['go']['main']['App']['SimklLogin']();
}