feat: 列车正晚点/停运设置支持

This commit is contained in:
denglihong2007
2025-08-17 00:43:39 +08:00
parent 1c9e974d51
commit 63604cc26b
12 changed files with 179 additions and 91 deletions

View File

@@ -147,7 +147,7 @@ namespace CRSim.ScreenSimulator.ViewModels
Platform = trainNumber.Platform,
Length = trainNumber.Length,
Landmark = trainNumber.Landmark,
State = TimeSpan.Zero
State = trainNumber.Status
});
}