From abc9d36536ebcd874fc488aa2c98de1549a2ea17 Mon Sep 17 00:00:00 2001 From: wangxuefeng Date: Wed, 4 Dec 2024 18:30:46 +0800 Subject: [PATCH] =?UTF-8?q?=20feat:=20=E6=9B=B4=E6=96=B0=E4=B8=A2=E5=A4=B1?= =?UTF-8?q?=E7=9A=84=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index ae2b659..840d25e 100644 --- a/package.json +++ b/package.json @@ -12,12 +12,14 @@ "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore" }, "dependencies": { + "@ant-design/icons-vue": "^7.0.1", "@antv/g2plot": "^2.4.31", "@sy/y-code-chart": "^1.2.1", "@vueuse/core": "^10.11.0", "ant-design-vue": "^4.1.2", "axios": "^1.6.7", "cross-env": "^7.0.3", + "dayjs": "^1.11.13", "lodash": "^4.17.21", "p-limit": "^6.1.0", "pinia": "^2.1.7",