From 3025356fa76d76c6675710bbfbe83ab861264ad6 Mon Sep 17 00:00:00 2001 From: lyzno1 Date: Wed, 10 Sep 2025 22:47:59 +0800 Subject: [PATCH] feat: question use streamdown --- app/components/chat/question/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/chat/question/index.tsx b/app/components/chat/question/index.tsx index 75b5391..b085f32 100644 --- a/app/components/chat/question/index.tsx +++ b/app/components/chat/question/index.tsx @@ -4,7 +4,7 @@ import React from 'react' import type { IChatItem } from '../type' import s from '../style.module.css' -import { Markdown } from '@/app/components/base/markdown' +import StreamdownMarkdown from '@/app/components/base/streamdown-markdown' import ImageGallery from '@/app/components/base/image-gallery' type IQuestionProps = Pick & { @@ -23,7 +23,7 @@ const Question: FC = ({ id, content, useCurrentUserAvatar, imgSr {imgSrcs && imgSrcs.length > 0 && ( )} - +