From ed6cdfedbba62425146337422a7dc761c6237dd1 Mon Sep 17 00:00:00 2001 From: Dt8333 <25431943+Dt8333@users.noreply.github.com> Date: Thu, 16 Oct 2025 10:32:08 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20dashboard=20?= =?UTF-8?q?=E7=9A=84=E9=83=A8=E5=88=86=E7=BC=96=E8=AF=91=E9=94=99=E8=AF=AF?= =?UTF-8?q?=20(#3041)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(dashboard): adding missing dependency * fix(dashboard): 修复vertical-header中 $router 类型错误 --- dashboard/package.json | 1 + dashboard/src/layouts/full/vertical-header/VerticalHeader.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dashboard/package.json b/dashboard/package.json index 9c5d6f1e9..35c248ad2 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -44,6 +44,7 @@ "@mdi/font": "7.2.96", "@rushstack/eslint-patch": "1.3.3", "@types/chance": "1.1.3", + "@types/markdown-it": "^14.1.2", "@types/node": "^20.5.7", "@vitejs/plugin-vue": "4.3.3", "@vue/eslint-config-prettier": "8.0.0", diff --git a/dashboard/src/layouts/full/vertical-header/VerticalHeader.vue b/dashboard/src/layouts/full/vertical-header/VerticalHeader.vue index e6df1922a..b58595a02 100644 --- a/dashboard/src/layouts/full/vertical-header/VerticalHeader.vue +++ b/dashboard/src/layouts/full/vertical-header/VerticalHeader.vue @@ -311,7 +311,7 @@ commonStore.getStartTime(); mdi-menu -
+
AstrBot