From 2ad852ee08e21ee681950f1d6058499248baf88e Mon Sep 17 00:00:00 2001
From: baoshiwei <baoshiwei@shlanbao.cn>
Date: 星期五, 18 七月 2025 15:04:22 +0800
Subject: [PATCH] 完成串口读取数据和处理

---
 package.json |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index 18786bf..b3b2b0e 100644
--- a/package.json
+++ b/package.json
@@ -10,12 +10,15 @@
     "tauri": "tauri"
   },
   "dependencies": {
-    "@tauri-apps/api": "^2",
+    "@tauri-apps/api": "^2.5.0",
     "@tauri-apps/plugin-opener": "^2",
     "echarts": "^5.6.0",
+    "pinia": "^3.0.3",
     "three": "^0.176.0",
-    "vue": "^3.5.13"
+    "vue": "^3.5.13",
+    "mathjs": "^12.4.1"
   },
+
   "devDependencies": {
     "@tauri-apps/cli": "^2",
     "@types/echarts": "^5.0.0",

--
Gitblit v1.9.3