mirror of
https://github.com/hellodigua/ChatLab.git
synced 2026-04-23 01:39:37 +08:00
feat: 重新组织部分模块结构
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user