From fa599de542a4915e350db59fa50d6ac76fda938c Mon Sep 17 00:00:00 2001 From: Yuan Date: Wed, 12 Jul 2023 11:23:22 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=A9=E7=90=86=E5=8C=BA=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bj-rtss-message | 2 +- graphic-pixi | 2 +- .../draw-app/properties/SectionProperty.vue | 83 +++- src/drawApp/graphics/SectionInteraction.ts | 14 +- src/graphics/section/Section.ts | 114 ++--- src/graphics/section/SectionDrawAssistant.ts | 225 ++++++---- src/graphics/turnout/Turnout.ts | 12 + src/jl-graphic/app/JlDrawApp.ts | 14 +- src/jl-graphic/app/JlGraphicApp.ts | 20 +- src/layouts/DrawLayout.vue | 14 +- src/protos/device_state.ts | 249 +++++++++++ src/protos/stationLayoutGraphics.ts | 398 +++++++++++++++++- 12 files changed, 981 insertions(+), 166 deletions(-) diff --git a/bj-rtss-message b/bj-rtss-message index f6f49ec..2a1a715 160000 --- a/bj-rtss-message +++ b/bj-rtss-message @@ -1 +1 @@ -Subproject commit f6f49ec19378c9a9845c53bd4425143f654ae59e +Subproject commit 2a1a7156c02ee902b1801f022ffd8aa6b763c66b diff --git a/graphic-pixi b/graphic-pixi index a7debf1..f89c8eb 160000 --- a/graphic-pixi +++ b/graphic-pixi @@ -1 +1 @@ -Subproject commit a7debf165e24e6200d7c986555f31c721792af38 +Subproject commit f89c8eb48de7b2e39a93c4aab9b4e5ff1a9e91b4 diff --git a/src/components/draw-app/properties/SectionProperty.vue b/src/components/draw-app/properties/SectionProperty.vue index 18eed7c..048aa1e 100644 --- a/src/components/draw-app/properties/SectionProperty.vue +++ b/src/components/draw-app/properties/SectionProperty.vue @@ -3,11 +3,35 @@ + - + + - + + + +