Revert "修复了图片解密失败的问题"

This commit is contained in:
xuncha
2026-02-27 14:13:04 +08:00
committed by GitHub
parent d59d552aae
commit f070d184ea
9 changed files with 254 additions and 509 deletions

View File

@@ -196,7 +196,7 @@ contextBridge.exposeInMainWorld('electronAPI', {
// 视频
video: {
getVideoInfo: (videoMd5: string, sessionId?: string) => ipcRenderer.invoke('video:getVideoInfo', videoMd5, sessionId),
getVideoInfo: (videoMd5: string) => ipcRenderer.invoke('video:getVideoInfo', videoMd5),
parseVideoMd5: (content: string) => ipcRenderer.invoke('video:parseVideoMd5', content)
},