From ec135451d496e9f02cf6f1ca086974886933fcf5 Mon Sep 17 00:00:00 2001 From: joylink_fanyuhong <18706759286@163.com> Date: Thu, 21 Mar 2024 09:11:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=BD=A6=E5=BA=93=E9=97=A8?= =?UTF-8?q?=E7=9B=92=E5=AD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/drawIcon.svg | 5 + rts-sim-testing-message | 2 +- src/components/draw-app/DrawProperties.vue | 5 + .../properties/GarageDoorBoxProperty.vue | 78 ++ src/drawApp/common.ts | 2 + src/drawApp/commonApp.ts | 22 + .../graphics/GarageDoorBoxInteraction.ts | 150 +++ src/drawApp/lineScene.ts | 12 + src/graphics/garageDoorBox/GarageDoorBox.ts | 110 ++ .../garageDoorBox/GarageDoorBoxAssistant.ts | 132 +++ src/layouts/DrawLayout.vue | 2 + src/protos/device_state.ts | 589 +++++++++- src/protos/request.ts | 1009 +++++++++++++++++ src/protos/stationLayoutGraphics.ts | 210 +++- 14 files changed, 2321 insertions(+), 7 deletions(-) create mode 100644 src/components/draw-app/properties/GarageDoorBoxProperty.vue create mode 100644 src/drawApp/graphics/GarageDoorBoxInteraction.ts create mode 100644 src/graphics/garageDoorBox/GarageDoorBox.ts create mode 100644 src/graphics/garageDoorBox/GarageDoorBoxAssistant.ts diff --git a/public/drawIcon.svg b/public/drawIcon.svg index 45bb026..b214fc1 100644 --- a/public/drawIcon.svg +++ b/public/drawIcon.svg @@ -32,6 +32,11 @@ + + + + + diff --git a/rts-sim-testing-message b/rts-sim-testing-message index 6dff822..b748c7f 160000 --- a/rts-sim-testing-message +++ b/rts-sim-testing-message @@ -1 +1 @@ -Subproject commit 6dff8221d5e43e87727328fcd3260559ff13a2a3 +Subproject commit b748c7ff3ed7d401c8caeaecd3d4ec719ae27ee2 diff --git a/src/components/draw-app/DrawProperties.vue b/src/components/draw-app/DrawProperties.vue index 810e384..dc9b47c 100644 --- a/src/components/draw-app/DrawProperties.vue +++ b/src/components/draw-app/DrawProperties.vue @@ -148,6 +148,9 @@ +