docs(feedback): 添加反馈窗口和页面的XML文档注释
为反馈窗口及其三个页面添加详细的XML文档注释,说明功能、收集的信息和操作流程 Signed-off-by: doudou0720 <98651603+doudou0720@users.noreply.github.com>
This commit is contained in:
@@ -3,6 +3,17 @@ using System.Windows.Controls;
|
||||
|
||||
namespace Ink_Canvas.Windows.FeedbackPages
|
||||
{
|
||||
/// <summary>
|
||||
/// 反馈页面1:环境信息选择页面。
|
||||
/// 允许用户选择要包含在反馈中的系统环境信息。
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// 用户可以选择包含以下信息:
|
||||
/// - 软件版本和更新通道
|
||||
/// - 操作系统版本、.NET版本和触控支持
|
||||
/// - 设备ID和遥测ID
|
||||
/// - PPT联动设置和墨迹识别设置
|
||||
/// </remarks>
|
||||
public partial class FeedbackPage1 : UserControl
|
||||
{
|
||||
public FeedbackPage1()
|
||||
|
||||
Reference in New Issue
Block a user