线网车站加颜色选择

This commit is contained in:
joylink_zhaoerwei 2023-10-24 18:05:21 +08:00
parent a9017ecfb2
commit 60cc131194

View File

@ -121,10 +121,15 @@ message Station {
} }
message StationLine { message StationLine {
enum stationColor {
orange = 0;
gray = 1;
}
CommonInfo common = 1; CommonInfo common = 1;
string code = 2; string code = 2;
bool hasTransfer = 3; // bool hasTransfer = 3; //
bool hideName = 4; bool hideName = 4;
stationColor codeColor = 5;
} }
message TrainWindow { message TrainWindow {