src/Bro.M071.Process/M071Models.cs
@@ -312,7 +312,7 @@ [Category("单键配置")] [Description("单键结果配置")] [TypeConverter(typeof(KeyUnitResultConverter))] public string KeyResult { get; set; } = ""; public string KeyResultId { get; set; } = ""; public List<HImage> KeyImages = new List<HImage>(); @@ -342,7 +342,7 @@ { string msg = Key; msg += string.IsNullOrWhiteSpace(KeyResult) ? "" : $"-{KeyResult}"; msg += string.IsNullOrWhiteSpace(KeyResultId) ? "" : $"-{KeyResultId}"; return msg; }