From 0f8ed3fdcfd80feab4b05b1acc38d25f7edebaca Mon Sep 17 00:00:00 2001 From: bill Date: Thu, 4 Dec 2025 17:40:46 +0800 Subject: [PATCH] Feat: Display the ID of the code image in the dialog. #10427 --- web/src/components/markdown-content/index.tsx | 31 ++++++++++--------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/web/src/components/markdown-content/index.tsx b/web/src/components/markdown-content/index.tsx index d0c0bf42f..56e7a954e 100644 --- a/web/src/components/markdown-content/index.tsx +++ b/web/src/components/markdown-content/index.tsx @@ -217,20 +217,23 @@ const MarkdownContent = ({ const docType = chunkItem?.doc_type; return showImage(docType) ? ( - {} - } - > +
+ {} + } + > + {imageId} +
) : (