列车修改
This commit is contained in:
parent
e7511d2396
commit
89c9f023cf
@ -97,15 +97,8 @@ message Station {
|
||||
message Train {
|
||||
CommonInfo common = 1;
|
||||
string code = 2;
|
||||
string codeColor = 3; // 车号颜色
|
||||
int32 codeFontSize = 4; // 车号字体大小
|
||||
Point point = 5; // 位置坐标
|
||||
string trainDirection = 6; // 行驶方向
|
||||
bool hasBorder = 7; // 是否有边框
|
||||
int32 borderWidth = 8; // 边框线宽
|
||||
string borderColor = 9; // 边框颜色
|
||||
string headColor = 10; // 箭头颜色
|
||||
string bodyColor = 11; // 背景色
|
||||
string trainDirection = 3; // 行驶方向
|
||||
bool hasBorder = 4; // 是否有边框
|
||||
}
|
||||
|
||||
message IscsFan {
|
||||
|
Loading…
Reference in New Issue
Block a user