线网车站加颜色选择
This commit is contained in:
parent
a9017ecfb2
commit
60cc131194
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user