feat: add ai thinking anim

This commit is contained in:
Joel
2023-05-12 14:16:53 +08:00
parent caf5b31ccd
commit 7a1b139f04
5 changed files with 124 additions and 12 deletions

View File

@ -282,7 +282,7 @@ const Main: FC = () => {
const placeholderAnswerId = `answer-placeholder-${Date.now()}`
const placeholderAnswerItem = {
id: placeholderAnswerId,
content: '...',
content: '',
isAnswer: true,
}