From 1d4c58de261b4ba2fb8f2bda6fd5d85376f1a972 Mon Sep 17 00:00:00 2001 From: fan Date: Tue, 1 Aug 2023 14:06:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E5=A4=87=E5=A2=9E=E5=8A=A0=E6=95=B0?= =?UTF-8?q?=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bj-rtss-message | 2 +- .../draw-app/properties/EsbButtonProperty.vue | 7 ++ .../properties/SpksSwitchProperty.vue | 26 +++++ .../properties/StopPositionProperty.vue | 42 +++++++- src/drawApp/graphics/EsbButtonInteraction.ts | 6 ++ src/drawApp/graphics/SpksSwitchInteraction.ts | 12 +++ .../graphics/StopPositionInteraction.ts | 7 ++ src/graphics/esbButton/EsbButton.ts | 2 + src/graphics/spksSwitch/SpksSwitch.ts | 4 + src/graphics/stopPosition/StopPosition.ts | 9 ++ src/protos/stationLayoutGraphics.ts | 97 ++++++++++++++++++- 11 files changed, 211 insertions(+), 3 deletions(-) diff --git a/bj-rtss-message b/bj-rtss-message index c09c465..a2b8179 160000 --- a/bj-rtss-message +++ b/bj-rtss-message @@ -1 +1 @@ -Subproject commit c09c46511d43178e55491efeab848445ea35ddbf +Subproject commit a2b81799c6d9a31a38801f3a356ae3a619abbb5c diff --git a/src/components/draw-app/properties/EsbButtonProperty.vue b/src/components/draw-app/properties/EsbButtonProperty.vue index 1e12a74..2738c2d 100644 --- a/src/components/draw-app/properties/EsbButtonProperty.vue +++ b/src/components/draw-app/properties/EsbButtonProperty.vue @@ -14,6 +14,13 @@ @blur="onUpdate" label="名称" /> + diff --git a/src/components/draw-app/properties/SpksSwitchProperty.vue b/src/components/draw-app/properties/SpksSwitchProperty.vue index dd5d6d8..320ba41 100644 --- a/src/components/draw-app/properties/SpksSwitchProperty.vue +++ b/src/components/draw-app/properties/SpksSwitchProperty.vue @@ -20,17 +20,37 @@ @blur="onUpdate" label="名称" /> + +