mirror of
https://github.com/denglihong2007/CRSim
synced 2026-08-07 10:05:49 +08:00
feat: 列车正晚点/停运设置支持
This commit is contained in:
@@ -147,7 +147,7 @@ namespace CRSim.ScreenSimulator.ViewModels
|
||||
Platform = trainNumber.Platform,
|
||||
Length = trainNumber.Length,
|
||||
Landmark = trainNumber.Landmark,
|
||||
State = TimeSpan.Zero
|
||||
State = trainNumber.Status
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user