feat: close #2545 improve lazy load message list

This commit is contained in:
Yidadaa
2023-08-04 02:16:44 +08:00
parent 081d84f848
commit 203067c936
3 changed files with 118 additions and 115 deletions

View File

@@ -109,3 +109,6 @@ export const DEFAULT_MODELS = [
available: true,
},
] as const;
export const CHAT_PAGE_SIZE = 10;
export const MAX_RENDER_MSG_COUNT = 20;