From 4e275384b05af3b717cf4f6d34e89c5d16e0635f Mon Sep 17 00:00:00 2001 From: IGCrystal Date: Fri, 4 Jul 2025 22:45:26 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(VerticalHeader):=20=E5=85=81?= =?UTF-8?q?=E8=AE=B8HTML=E6=B8=B2=E6=9F=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dashboard/src/layouts/full/vertical-header/VerticalHeader.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src/layouts/full/vertical-header/VerticalHeader.vue b/dashboard/src/layouts/full/vertical-header/VerticalHeader.vue index 1d9f6a4e3..0a97c8742 100644 --- a/dashboard/src/layouts/full/vertical-header/VerticalHeader.vue +++ b/dashboard/src/layouts/full/vertical-header/VerticalHeader.vue @@ -12,7 +12,7 @@ import { useI18n } from '@/i18n/composables'; // 配置markdown-it,默认安全设置 const md = new MarkdownIt({ - html: false, // 启用HTML标签 + html: true, // 启用HTML标签 breaks: true, // 换行转
linkify: true, // 自动转链接 typographer: false // 禁用智能引号