This commit is contained in:
Yuan 2023-06-13 16:19:45 +08:00
parent b298882894
commit 88272a4584

View File

@ -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;