扫描包含多个聊天的文件
(file: File | string)
| 124 | |
| 125 | /** 扫描包含多个聊天的文件 */ |
| 126 | scanMultiChatFile(file: File | string): Promise<MultiChatEntry[]> |
| 127 | |
| 128 | /** 注册 ZIP 导入源。Web 上传一次,Electron 记录本地路径。 */ |
| 129 | prepareImportSource(file: File | string): Promise<PreparedImportSourceResult> |
no outgoing calls
no test coverage detected