Skip to content

Commit 9647cbf

Browse files
committed
[修改]1. 修改符号的异常
1 parent 144caaa commit 9647cbf

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

GameFrameX.StartUp/Options/LauncherOptions.cs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ public sealed class LauncherOptions
1313
/// <summary>
1414
/// 服务器类型
1515
/// </summary>
16-
[Option(nameof(ServerType), Required = true, HelpText = "服务器类型,当该值无效时,默认为后续所有参数无效")]
16+
[Option(nameof(ServerType), Required = true, HelpText = "服务器类型,当该值无效时,默认为后续所有参数无效")]
17+
[GrafanaLokiLabelTag]
1718
public string ServerType { get; set; }
1819

1920
/// <summary>
@@ -54,9 +55,9 @@ public sealed class LauncherOptions
5455
public bool IsMonitorMessageTimeOut { get; set; }
5556

5657
/// <summary>
57-
/// 监控处理器超时时间(秒),默认值为1秒只有IsMonitorTimeOut为true时有效
58+
/// 监控处理器超时时间(秒),默认值为1秒,只有IsMonitorTimeOut为true时有效
5859
/// </summary>
59-
[Option(nameof(MonitorMessageTimeOutSeconds), Default = 1, HelpText = "处理器超时时间(秒),默认值为1秒只有IsMonitorMessageTimeOut为true时有效")]
60+
[Option(nameof(MonitorMessageTimeOutSeconds), Default = 1, HelpText = "处理器超时时间(秒),默认值为1秒,只有IsMonitorMessageTimeOut为true时有效")]
6061
public int MonitorMessageTimeOutSeconds { get; set; }
6162

6263
/// <summary>

0 commit comments

Comments
 (0)