This commit is contained in:
xuncha
2026-01-28 20:27:19 +08:00
8 changed files with 698 additions and 28 deletions

View File

@@ -349,6 +349,8 @@ export interface ElectronAPI {
}>
error?: string
}>
debugResource: (url: string) => Promise<{ success: boolean; status?: number; headers?: any; error?: string }>
proxyImage: (url: string) => Promise<{ success: boolean; dataUrl?: string; error?: string }>
}
}