mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-06-05 15:11:52 +00:00
feat: 优化足迹总结与自身消息强度分析
This commit is contained in:
@@ -3468,6 +3468,10 @@ function registerIpcHandlers() {
|
||||
return analyticsService.getTimeDistribution()
|
||||
})
|
||||
|
||||
ipcMain.handle('analytics:getSelfSentDailyDistribution', async (_, beginTimestamp?: number, endTimestamp?: number, force?: boolean) => {
|
||||
return analyticsService.getSelfSentDailyDistribution(beginTimestamp, endTimestamp, force)
|
||||
})
|
||||
|
||||
ipcMain.handle('analytics:getExcludedUsernames', async () => {
|
||||
return analyticsService.getExcludedUsernames()
|
||||
})
|
||||
@@ -4388,4 +4392,3 @@ app.on('window-all-closed', () => {
|
||||
app.quit()
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user