From 0263e3842d2c8b9b6a7b382876af96f678e01391 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期一, 15 一月 2024 11:23:22 +0800
Subject: [PATCH] 更新ui 血压体重趋势图

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

diff --git a/package.json b/package.json
index fe40e94..46e7d80 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "sign-tool",
-  "version": "2.6.5",
+  "version": "2.7.4",
   "icon": "public/favicon.ico",
   "main": "dist/electron/main/index.js",
   "author": "",
@@ -17,7 +17,7 @@
     }
   ],
   "engines": {
-    "node": ">=14.17.0"
+    "node": "^14.18.0 || >=16.0.0"
   },
   "devDependencies": {
     "@types/node": "^18.0.0",
@@ -54,10 +54,12 @@
     "@alicloud/viapi-utils": "^1.0.0",
     "@types/tracking": "^1.1.30",
     "axios": "^0.27.2",
+    "echarts": "^5.4.3",
     "electron-log": "^4.4.8",
     "electron-store": "^8.0.2",
     "electron-updater": "^6.1.1",
     "element-plus": "^2.2.6",
+    "face-api.js": "^0.22.2",
     "iconv-lite": "^0.6.3",
     "internet-available": "^1.0.0",
     "koa": "^2.13.4",
@@ -66,6 +68,7 @@
     "less": "^4.1.3",
     "node-sass": "^8.0.0",
     "pinia": "^2.0.14",
+    "serialport": "^11.0.0",
     "sound-play": "^1.1.0",
     "speak-tts": "^2.0.8",
     "stompjs": "^2.3.3",

--
Gitblit v1.8.0