分辨率: {CurrentReport.ScreenshotWidth} x {CurrentReport.ScreenshotHeight}
"); - html.AppendLine($"格式: {CurrentReport.ScreenshotFormat}
"); - html.AppendLine("分辨率: {screenshot.Width} x {screenshot.Height}
"); + html.AppendLine($"格式: {screenshot.Format}
"); + html.AppendLine("分辨率: {report.ScreenshotWidth} x {report.ScreenshotHeight}
"); - html.AppendLine($"格式: {report.ScreenshotFormat}
"); - html.AppendLine("分辨率: {screenshot?.Width ?? report.ScreenshotWidth} x {screenshot?.Height ?? report.ScreenshotHeight}
"); + html.AppendLine($"格式: {screenshot?.Format ?? report.ScreenshotFormat}
"); + html.AppendLine("