From bd5aec2f4339ab9f34bb63206439ccaf1510ca6b Mon Sep 17 00:00:00 2001 From: caoqianming Date: Mon, 3 Nov 2025 13:43:59 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20base=20=E6=B7=BB=E5=8A=A0echarts?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ package.json | 1 + 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a547bf3..fd347d4 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ node_modules dist dist-ssr *.local +package-lock.json # Editor directories and files .vscode/* @@ -22,3 +23,4 @@ dist-ssr *.njsproj *.sln *.sw? + diff --git a/package.json b/package.json index 9d73eb0..d3e0a4c 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ }, "dependencies": { "axios": "^1.13.1", + "echarts": "^6.0.0", "tdesign-icons-vue-next": "^0.4.1", "tdesign-vue-next": "^1.17.1", "vue": "^3.5.22",