From bed00de15decf29e0cc4f3e955202be169e90ac2 Mon Sep 17 00:00:00 2001 From: bill Date: Thu, 4 Dec 2025 17:45:18 +0800 Subject: [PATCH] Feat: Display image id --- .../next-markdown-content/index.tsx | 31 ++++++++++--------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/web/src/components/next-markdown-content/index.tsx b/web/src/components/next-markdown-content/index.tsx index 8e114f593..71d4611b4 100644 --- a/web/src/components/next-markdown-content/index.tsx +++ b/web/src/components/next-markdown-content/index.tsx @@ -220,20 +220,23 @@ function MarkdownContent({ const docType = chunkItem?.doc_type; return showImage(docType) ? ( - {} - } - > +
+ {} + } + > + {imageId} +
) : (