修正文字说明

This commit is contained in:
ww-rm
2025-04-09 15:34:03 +08:00
parent 8e875d4f7e
commit 94dabebf2b

View File

@@ -28,7 +28,7 @@ namespace SpineViewer.PropertyGridWrappers.Exporter
/// <summary>
/// 文件名后缀
/// </summary>
[Category("[2] FFmpeg "), DisplayName(""), Description("使 \"ffmpeg -h -encoder=<编码器>\" 查看编码器支持的参数\n使用 \"ffmpeg -h -muxer=<文件格式>\" 查看文件格式支持的参数")]
[Category("[2] FFmpeg "), DisplayName(""), Description("使 \"ffmpeg -h encoder=<编码器>\" 查看编码器支持的参数\n使用 \"ffmpeg -h muxer=<文件格式>\" 查看文件格式支持的参数")]
public string CustomArgument { get => Exporter.CustomArgument; set => Exporter.CustomArgument = value; }
}
}