From d8cb5f44d740772934ef02c9e997ee1d367f14a3 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Thu, 14 Mar 2024 18:13:50 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20markdown=20=E7=BC=96=E8=BE=91=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/index.html | 1 + ui/package.json | 2 +- ui/src/layout/components/top-bar/index.vue | 14 +++++++------- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/ui/index.html b/ui/index.html index 4e8168e01..1f9ca13a8 100644 --- a/ui/index.html +++ b/ui/index.html @@ -4,6 +4,7 @@ + %VITE_APP_TITLE% diff --git a/ui/package.json b/ui/package.json index 5d9c4291a..ca9174f91 100644 --- a/ui/package.json +++ b/ui/package.json @@ -26,7 +26,7 @@ "markdown-it-sup": "^1.0.0", "markdown-it-task-lists": "^2.1.1", "markdown-it-toc-done-right": "^4.2.0", - "md-editor-v3": "^4.9.0", + "md-editor-v3": "^4.12.1", "medium-zoom": "^1.1.0", "mitt": "^3.0.0", "npm": "^10.2.4", diff --git a/ui/src/layout/components/top-bar/index.vue b/ui/src/layout/components/top-bar/index.vue index 671c7ed8c..75fb1efbb 100644 --- a/ui/src/layout/components/top-bar/index.vue +++ b/ui/src/layout/components/top-bar/index.vue @@ -1,14 +1,12 @@