完善客户端模块与工作区能力
Some checks failed
Electron E2E / Electron E2E (macos-latest) (push) Has been cancelled
Electron E2E / Electron E2E (ubuntu-latest) (push) Has been cancelled
Electron E2E / Electron E2E (windows-latest) (push) Has been cancelled

This commit is contained in:
inman
2026-08-13 19:45:30 +08:00
parent 0148b91a15
commit 22add3f01f
97 changed files with 4756 additions and 3226 deletions

View File

@@ -671,10 +671,10 @@ function MessageBubble({
<span>{deliveryLabel}</span>
</div>
)}
<p className="whitespace-pre-wrap break-words break-all text-sm">{text}</p>
<p className="chat-message-body whitespace-pre-wrap break-words break-all">{text}</p>
</>
) : (
<div className="chat-assistant-message-markdown prose prose-sm max-w-none break-words break-all text-foreground">
<div className="chat-message-body chat-assistant-message-markdown prose max-w-none break-words break-all text-foreground">
<ReactMarkdown
remarkPlugins={[remarkGfm, remarkMath]}
rehypePlugins={[[rehypeKatex, { strict: false, throwOnError: false, output: 'html' }]]}