Files
deer-flow/frontend/src
CHANGXUBO 9f74589d09 fix: HTML artifact preview renders blank in preview mode (#876)
The condition guarding ArtifactFilePreview only allowed markdown files
through, which prevented HTML files from reaching the preview component.
Added `language === "html"` to the condition so HTML artifacts render
correctly in preview mode.

Fixes #873

Co-authored-by: Claude <noreply@anthropic.com>
2026-02-18 10:06:21 +08:00
..
2026-02-10 12:29:14 +08:00
2026-01-15 23:40:21 +08:00
2026-01-17 00:13:24 +08:00
2026-02-09 00:30:20 +08:00
2026-02-06 15:18:37 +08:00