优化底层游标索引性能;优化HTTPAPI索引逻辑;优化导出图片的索引写入逻辑

This commit is contained in:
cc
2026-04-22 23:02:17 +08:00
parent 5802cf36c6
commit 777f5b82db
12 changed files with 1127 additions and 314 deletions

View File

@@ -2390,6 +2390,8 @@ function registerIpcHandlers() {
allowStaleCache?: boolean
preferAccurateSpecialTypes?: boolean
cacheOnly?: boolean
beginTimestamp?: number
endTimestamp?: number
}) => {
return chatService.getExportSessionStats(sessionIds, options)
})
@@ -3935,4 +3937,3 @@ app.on('window-all-closed', () => {