From 37fa4b17e48c26a6b942066b7062d20965428392 Mon Sep 17 00:00:00 2001 From: fan Date: Wed, 25 Oct 2023 13:14:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=90=E8=A1=8C=E7=BA=BF=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 | 24 ++ src/drawApp/graphics/RunLineInteraction.ts | 6 + src/graphics/runLine/RunLine.ts | 6 +- src/graphics/runLine/RunLineDrawAssistant.ts | 2 + src/protos/alertConst.ts | 13 +- src/protos/stationLayoutGraphics.ts | 23 ++ src/protos/trainShedule.ts | 351 ++++++++++++++++++ xian-ncc-da-message | 2 +- 8 files changed, 423 insertions(+), 4 deletions(-) create mode 100644 src/protos/trainShedule.ts diff --git a/src/components/draw-app/properties/RunLineProperty.vue b/src/components/draw-app/properties/RunLineProperty.vue index 275669a..9fcfafd 100644 --- a/src/components/draw-app/properties/RunLineProperty.vue +++ b/src/components/draw-app/properties/RunLineProperty.vue @@ -68,6 +68,30 @@ + + +