From 8189c098dba177425bcdb24d0a8a827f37b23e79 Mon Sep 17 00:00:00 2001
From: liudong <liudong>
Date: 星期六, 24 八月 2024 13:48:43 +0800
Subject: [PATCH] agent名称修改
---
package.json | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/package.json b/package.json
index 2ef733a..a89f252 100644
--- a/package.json
+++ b/package.json
@@ -26,6 +26,7 @@
},
"dependencies": {
"@arco-design/web-vue": "^2.44.7",
+ "@microsoft/fetch-event-source": "^2.0.1",
"@vue-office/docx": "^1.6.2",
"@vue-office/excel": "^1.7.11",
"@vueuse/core": "^9.3.0",
@@ -41,10 +42,12 @@
"moment": "^2.30.1",
"nprogress": "^0.2.0",
"pinia": "^2.0.23",
+ "pinia-plugin-persistedstate": "^3.2.1",
"query-string": "^8.0.3",
"sass": "^1.77.8",
"sortablejs": "^1.15.0",
"vue": "^3.2.40",
+ "vue-clipboard3": "^2.0.0",
"vue-echarts": "^6.2.3",
"vue-i18n": "^9.2.2",
"vue-router": "^4.0.14"
--
Gitblit v1.8.0