feat: add ai thinking anim
This commit is contained in:
parent
caf5b31ccd
commit
7a1b139f04
5 changed files with 124 additions and 12 deletions
|
|
@ -282,7 +282,7 @@ const Main: FC = () => {
|
|||
const placeholderAnswerId = `answer-placeholder-${Date.now()}`
|
||||
const placeholderAnswerItem = {
|
||||
id: placeholderAnswerId,
|
||||
content: '...',
|
||||
content: '',
|
||||
isAnswer: true,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue