From c9dabfe45727d8fbebdbc54aa4848d0713c00061 Mon Sep 17 00:00:00 2001 From: fan Date: Fri, 30 Jun 2023 16:17:00 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=BF=E7=BD=91=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../draw-app/properties/RunLineProperty.vue | 26 ++++++- src/drawApp/graphics/GraphicDataBase.ts | 21 ++--- src/drawApp/graphics/RunLineInteraction.ts | 12 +++ src/drawApp/graphics/SignalInteraction.ts | 11 ++- src/drawApp/graphics/TrainLineInteraction.ts | 76 ++++++++++++++++++- src/drawApp/index.ts | 3 + src/drawApp/lineNetApp.ts | 42 +++++----- src/graphics/runLine/RunLine.ts | 4 + src/graphics/trainLine/TrainLine.ts | 40 +++++++++- src/protos/device_info.ts | 65 ++++++++++++++-- src/protos/stationLayoutGraphics.ts | 48 +++++++++++- xian-ncc-da-message | 2 +- 12 files changed, 299 insertions(+), 51 deletions(-) diff --git a/src/components/draw-app/properties/RunLineProperty.vue b/src/components/draw-app/properties/RunLineProperty.vue index 7c2413b..7183905 100644 --- a/src/components/draw-app/properties/RunLineProperty.vue +++ b/src/components/draw-app/properties/RunLineProperty.vue @@ -1,8 +1,20 @@