mirror of
https://github.com/langgenius/webapp-conversation.git
synced 2025-12-23 15:56:41 +08:00
feat: add ai thinking anim
This commit is contained in:
@ -282,7 +282,7 @@ const Main: FC = () => {
|
||||
const placeholderAnswerId = `answer-placeholder-${Date.now()}`
|
||||
const placeholderAnswerItem = {
|
||||
id: placeholderAnswerId,
|
||||
content: '...',
|
||||
content: '',
|
||||
isAnswer: true,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user