feat: 重新组织部分模块结构

This commit is contained in:
digua
2025-12-15 00:41:43 +08:00
parent ba86905df5
commit 84af222b25
14 changed files with 593 additions and 478 deletions

View File

@@ -230,7 +230,7 @@ export function getRepeatAnalysis(sessionId: string, filter?: TimeFilter): any {
})
}
hotContents.sort((a, b) => b.maxChainLength - a.maxChainLength)
const top50HotContents = hotContents.slice(0, 50)
const top50HotContents = hotContents.slice(0, 100)
return {
originators: buildRankList(originatorCount, totalRepeatChains),