Merge pull request #324 from StarsUnsurpass/main

图片解密wxid后加上后缀 简单重写了视频解密
This commit is contained in:
xuncha
2026-02-27 13:50:45 +08:00
committed by GitHub
9 changed files with 522 additions and 267 deletions

View File

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