mirror of
https://github.com/hellodigua/ChatLab.git
synced 2026-05-21 05:40:23 +08:00
feat: 优化语录下部分逻辑
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user