From 337d2f53e4f3e28e90a8c7d40f4bc1c24fea45cc Mon Sep 17 00:00:00 2001 From: doudou0720 <98651603+doudou0720@users.noreply.github.com> Date: Fri, 27 Mar 2026 23:28:25 +0800 Subject: [PATCH] =?UTF-8?q?feat(FeedBack):=20=E6=B7=BB=E5=8A=A0=E9=81=A5?= =?UTF-8?q?=E6=B5=8BID=E6=94=AF=E6=8C=81=E5=B9=B6=E6=94=B9=E8=BF=9BUI?= =?UTF-8?q?=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增遥测ID获取功能及相关UI控制逻辑 - 重构反馈窗口为分页式布局,增加确认页面 - 使用ModernWPF控件改进界面样式和用户体验 - 重命名控件变量以保持命名一致性 Signed-off-by: doudou0720 <98651603+doudou0720@users.noreply.github.com> --- Ink Canvas/Windows/FeedbackWindow.xaml | 205 +++++++++++++++++----- Ink Canvas/Windows/FeedbackWindow.xaml.cs | 181 +++++++++++++++++-- 2 files changed, 331 insertions(+), 55 deletions(-) diff --git a/Ink Canvas/Windows/FeedbackWindow.xaml b/Ink Canvas/Windows/FeedbackWindow.xaml index 5a19e1b1..bad65f47 100644 --- a/Ink Canvas/Windows/FeedbackWindow.xaml +++ b/Ink Canvas/Windows/FeedbackWindow.xaml @@ -8,55 +8,178 @@ xmlns:ikw="http://schemas.inkore.net/lib/ui/wpf" mc:Ignorable="d" Topmost="True" WindowStartupLocation="CenterScreen" ui:WindowHelper.UseModernWindowStyle="True" ResizeMode="NoResize" ui:ThemeManager.RequestedTheme="Light" - Title="反馈问题 - Ink Canvas For Class CE" Height="500" Width="600" FontFamily="Microsoft YaHei UI"> - + Title="反馈问题 - Ink Canvas For Class CE" Height="550" Width="650" FontFamily="Microsoft YaHei UI"> + - + - - - - - - - - - - - - + + + - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + +