From 88272a4584cfb9322705170f1cc0a62cea5f24c8 Mon Sep 17 00:00:00 2001 From: Yuan Date: Tue, 13 Jun 2023 16:19:45 +0800 Subject: [PATCH] format --- protos/stationLayoutGraphics.proto | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/protos/stationLayoutGraphics.proto b/protos/stationLayoutGraphics.proto index 65e831a..30c0226 100644 --- a/protos/stationLayoutGraphics.proto +++ b/protos/stationLayoutGraphics.proto @@ -78,12 +78,12 @@ message Link { message Rect { CommonInfo common = 1; string code = 2; - int32 lineWidth = 3; // 线宽 - string lineColor = 4; // 线色 - float width = 5; //宽度 - float height = 6; //高度 - int32 radius = 7; //圆角半径 - Point point = 8; // 画第一个点的坐标 + int32 lineWidth = 3; // 线宽 + string lineColor = 4; // 线色 + float width = 5; //宽度 + float height = 6; //高度 + int32 radius = 7; //圆角半径 + Point point = 8; // 画第一个点的坐标 } message Platform { @@ -101,7 +101,7 @@ message Station { message StationLine { CommonInfo common = 1; string code = 2; - bool hasTransfer = 3; // 是否有换乘图标 + bool hasTransfer = 3; // 是否有换乘图标 } message Train { @@ -140,7 +140,8 @@ message RunLine { string code = 2; repeated Point points = 3; string nameColor = 4; - string nameBgColor = 5;} + string nameBgColor = 5; +} message Section { CommonInfo common = 1;