From 60cc131194d45259a5eef731fd4f6d2a419cd039 Mon Sep 17 00:00:00 2001 From: joylink_zhaoerwei Date: Tue, 24 Oct 2023 18:05:21 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BA=BF=E7=BD=91=E8=BD=A6=E7=AB=99=E5=8A=A0?= =?UTF-8?q?=E9=A2=9C=E8=89=B2=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/stationLayoutGraphics.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/protos/stationLayoutGraphics.proto b/protos/stationLayoutGraphics.proto index 2b63d7d..414b790 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -121,10 +121,15 @@ message Station { } message StationLine { + enum stationColor { + orange = 0; + gray = 1; + } CommonInfo common = 1; string code = 2; bool hasTransfer = 3; // 是否有换乘图标 bool hideName = 4; + stationColor codeColor = 5; } message TrainWindow {