From 5a2ef02ce7071badf3b95713b4cdc40e22e9d1b4 Mon Sep 17 00:00:00 2001 From: WangHe <51102@163.com> Date: Wed, 6 Aug 2025 14:29:10 +0800 Subject: [PATCH] fix: add missing highlight.js --- frontend/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/package.json b/frontend/package.json index 372208730..0f3e926cb 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -11,6 +11,7 @@ "core-js": "^3.8.3", "cropperjs": "^1.6.2", "echarts": "^5.6.0", + "highlight.js": "^11.11.1", "ldrs": "^1.1.7", "markdown-it": "^14.1.0", "vditor": "^3.11.1",