feat: 增加终到车显示时长设置

This commit is contained in:
denglihong2007
2025-03-13 23:16:51 +08:00
parent afb1194173
commit 0ab07e8536
4 changed files with 38 additions and 8 deletions

View File

@@ -16,6 +16,10 @@ namespace CRSim.Core.Models
/// </summary>
public TimeSpan StopDisplayUntilDepartureDuration { get; set; } = TimeSpan.FromMinutes(1);
/// <summary>
/// 直到终到后多久停止显示
/// </summary>
public TimeSpan StopDisplayFromArrivalDuration { get; set; } = TimeSpan.FromMinutes(10);
public TimeSpan StopCheckInAdvanceDuration { get; set; } = TimeSpan.FromMinutes(2);
public int MaxPages { get; set; } = 3;