From 7dbc18889e5b227ed497d0741ad92ec7884f9221 Mon Sep 17 00:00:00 2001 From: "xinxin.wu" Date: Thu, 19 Dec 2024 12:48:42 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=AF=8C=E6=96=87=E6=9C=AC):=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E5=AF=8C=E6=96=87=E6=9C=AC=E5=9B=BE=E7=89=87=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E8=A2=AB=E5=8E=8B=E7=BC=A9=E4=B8=8D=E6=B8=85=E6=99=B0?= =?UTF-8?q?bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/pure/ms-rich-text/MsRichText.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/pure/ms-rich-text/MsRichText.vue b/frontend/src/components/pure/ms-rich-text/MsRichText.vue index 57e9788db6..6f33ae6949 100644 --- a/frontend/src/components/pure/ms-rich-text/MsRichText.vue +++ b/frontend/src/components/pure/ms-rich-text/MsRichText.vue @@ -211,7 +211,7 @@ ExtensionText, ExtensionImage.configure({ inline: true, - allowBase64: true, + allowBase64: false, HTMLAttributes: { loading: 'lazy', },