feat: 优化语录下部分逻辑

This commit is contained in:
digua
2026-04-10 00:46:02 +08:00
committed by digua
parent 11e530e5d4
commit cff15a3f8c
12 changed files with 235 additions and 59 deletions
@@ -67,7 +67,7 @@ export function getCatchphraseAnalysis(sessionId: string, filter?: TimeFilter):
}
const member = memberMap.get(row.memberId)!
if (member.catchphrases.length < 10) {
if (member.catchphrases.length < 100) {
member.catchphrases.push({
content: row.content,
count: row.count,