update pay function

This commit is contained in:
2025-11-28 14:09:47 +08:00
parent 56a7ca7eb3
commit 18f8f75116
4 changed files with 30 additions and 13 deletions

View File

@@ -147,7 +147,7 @@ ${JSON.stringify(echartsConfig)}
return (
<Box mt={3}>
<MarkdownWithCharts content={markdownContent} />
<MarkdownWithCharts content={markdownContent} variant="dark" />
{/* 板块详情 */}
{data.data?.sector_data && (

View File

@@ -153,7 +153,7 @@ const MessageRenderer = ({ message, userAvatar }) => {
'& blockquote': { borderLeftColor: 'purple.400', color: 'gray.300' },
}}
>
<MarkdownWithCharts content={message.content} />
<MarkdownWithCharts content={message.content} variant="dark" />
</Box>
{message.stepResults && message.stepResults.length > 0 && (