Feat: export recordings in one file (#1050)

* auto reconnect db

* may export & merge recordings
This commit is contained in:
an-lee
2024-09-07 19:33:00 +08:00
committed by GitHub
parent f8915815d7
commit f7d02f8edd
10 changed files with 200 additions and 13 deletions

View File

@@ -362,6 +362,9 @@ contextBridge.exposeInMainWorld("__ENJOY_APP__", {
targetType
);
},
export: (targetId: string, targetType: string) => {
return ipcRenderer.invoke("recordings-export", targetId, targetType);
},
},
conversations: {
findAll: (params: { where?: any; offset?: number; limit?: number }) => {