animation

This commit is contained in:
archer 2025-02-04 21:51:21 +08:00
parent 239dd5b48a
commit b65cd4de55
No known key found for this signature in database
GPG Key ID: 4446499B846D4A9E

View File

@ -186,7 +186,7 @@ const RenderResoningContent = React.memo(function RenderResoningContent({
borderColor={'myGray.300'}
color={'myGray.500'}
>
<Markdown source={content} />
<Markdown source={content} showAnimation={showAnimation} />
</AccordionPanel>
</AccordionItem>
</Accordion>