导入 Demo 数据
(locale: string, onProgress?: (p: DemoProgress) => void)
| 139 | |
| 140 | /** 导入 Demo 数据 */ |
| 141 | importDemo(locale: string, onProgress?: (p: DemoProgress) => void): Promise<DemoImportResult> |
| 142 | |
| 143 | /** 分析增量导入(预览去重后可新增多少消息) */ |
| 144 | analyzeIncrementalImport(sessionId: string, file: File | string): Promise<IncrementalAnalysis> |
no outgoing calls
no test coverage detected