animation

This commit is contained in:
archer
2025-02-04 21:51:21 +08:00
parent 239dd5b48a
commit b65cd4de55

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>