diff --git a/Ink Canvas/Windows/FeedbackWindow.xaml b/Ink Canvas/Windows/FeedbackWindow.xaml new file mode 100644 index 00000000..bad65f47 --- /dev/null +++ b/Ink Canvas/Windows/FeedbackWindow.xaml @@ -0,0 +1,187 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Ink Canvas/Windows/SettingsViews/SettingsViews/AboutPanel.xaml.cs b/Ink Canvas/Windows/SettingsViews/SettingsViews/AboutPanel.xaml.cs index 7d56337f..05d4028b 100644 --- a/Ink Canvas/Windows/SettingsViews/SettingsViews/AboutPanel.xaml.cs +++ b/Ink Canvas/Windows/SettingsViews/SettingsViews/AboutPanel.xaml.cs @@ -460,6 +460,19 @@ private void LinkContributors_MouseLeftButtonDown(object sender, MouseButtonEven } } + private void BtnReportIssue_Click(object sender, RoutedEventArgs e) + { + try + { + var feedbackWindow = new FeedbackWindow(); + feedbackWindow.ShowDialog(); + } + catch (Exception ex) + { + System.Diagnostics.Debug.WriteLine($"打开反馈窗口失败: {ex.Message}"); + } + } + /// /// 应用主题 ///