mirror of
https://github.com/moku-project/Moku.git
synced 2026-06-13 09:19:56 -05:00
Fix: WebUI Auth & Tauri Auth
This commit is contained in:
@@ -42,6 +42,8 @@ export const platformService = {
|
||||
migrateDownloads:(src: string, dst: string) => get().migrateDownloads(src, dst),
|
||||
getAutoBackupDir:() => get().getAutoBackupDir(),
|
||||
|
||||
fetchImage: (url: string, headers: Record<string, string>) => get().fetchImage(url, headers),
|
||||
|
||||
launchServer: (c: ServerLaunchConfig) => get().launchServer(c),
|
||||
stopServer: () => get().stopServer(),
|
||||
getServerStatus: () => get().getServerStatus(),
|
||||
|
||||
Reference in New Issue
Block a user