From 4c907f0a8754e16083caaaf707e569cca0d1723b Mon Sep 17 00:00:00 2001 From: Snowykami Date: Fri, 12 Sep 2025 13:53:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E5=A4=8D=E5=88=B6?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E7=9A=84=E6=A0=87=E9=A2=98=E4=B8=BA=E5=9B=BD?= =?UTF-8?q?=E9=99=85=E5=8C=96=E6=96=87=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/common/markdown-codeblock.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/common/markdown-codeblock.tsx b/web/src/components/common/markdown-codeblock.tsx index 026e7fd..3fd993e 100644 --- a/web/src/components/common/markdown-codeblock.tsx +++ b/web/src/components/common/markdown-codeblock.tsx @@ -78,7 +78,7 @@ export default function CodeBlock(props: React.ComponentPropsWithoutRef<"pre">)