From 456756636c07099bfb26635e80caea07e0059a26 Mon Sep 17 00:00:00 2001 From: LiLongLong <13717757313@163.com> Date: Mon, 3 Mar 2025 14:48:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=9F=BA=E8=B4=A8=E7=AE=A1?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 2 +- src/components/SprayParam.vue | 1 + src/services/globalCmd/cmdTypes.ts | 11 +-- src/services/matrix/craft.ts | 10 ++- src/views/debug/index.vue | 54 ++++++++---- src/views/matrixCraft/index.vue | 171 ++++++++++++++++++++++++++++++++----- src/views/matrixManage/add.vue | 26 +++--- vite.config.ts | 4 +- 8 files changed, 223 insertions(+), 56 deletions(-) diff --git a/.env b/.env index cf3bd09..1d0e756 100644 --- a/.env +++ b/.env @@ -1,3 +1,3 @@ -VITE_API_HOST=192.168.1.130 +VITE_API_HOST=192.168.1.140 VITE_API_PORT=8090 VITE_WS_PATH=/ws \ No newline at end of file diff --git a/src/components/SprayParam.vue b/src/components/SprayParam.vue index f1bd456..838e6d0 100644 --- a/src/components/SprayParam.vue +++ b/src/components/SprayParam.vue @@ -1,5 +1,6 @@