mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-09 06:49:02 +08:00
feat: 优化思考过程显示的换行效果
This commit is contained in:
parent
ce20ed724f
commit
51fa93e01e
@ -42,7 +42,7 @@ const MessageThought: FC<Props> = ({ message }) => {
|
|||||||
{isThinking && <BarLoader color="#9254de" />}
|
{isThinking && <BarLoader color="#9254de" />}
|
||||||
</MessageTitleLabel>
|
</MessageTitleLabel>
|
||||||
),
|
),
|
||||||
children: <ReactMarkdown>{message.reasoning_content}</ReactMarkdown>
|
children: <ReactMarkdown className="markdown">{message.reasoning_content}</ReactMarkdown>
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user