feat: 修复了一些问题

This commit is contained in:
cc
2026-01-27 22:18:50 +08:00
parent b09068f1f7
commit 4e57a30c90
8 changed files with 698 additions and 29 deletions

View File

@@ -339,6 +339,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 }>
}
}