From 458a8b3efb13c008d0d7ef3c0fced60dd39975b4 Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Sat, 7 Jun 2025 11:11:40 +0800 Subject: [PATCH] Add mdxaml plugins --- Flow.Launcher/Flow.Launcher.csproj | 4 ++++ Flow.Launcher/ReleaseNotesWindow.xaml | 3 ++- Flow.Launcher/Resources/CustomControlTemplate.xaml | 10 ++++++++++ 3 files changed, 16 insertions(+), 1 deletion(-) diff --git a/Flow.Launcher/Flow.Launcher.csproj b/Flow.Launcher/Flow.Launcher.csproj index 4580798b2..d75d15a21 100644 --- a/Flow.Launcher/Flow.Launcher.csproj +++ b/Flow.Launcher/Flow.Launcher.csproj @@ -91,6 +91,10 @@ + + + + diff --git a/Flow.Launcher/ReleaseNotesWindow.xaml b/Flow.Launcher/ReleaseNotesWindow.xaml index b274981a3..2cd47c619 100644 --- a/Flow.Launcher/ReleaseNotesWindow.xaml +++ b/Flow.Launcher/ReleaseNotesWindow.xaml @@ -163,7 +163,8 @@ HorizontalAlignment="Stretch" VerticalAlignment="Stretch" ClickAction="SafetyDisplayWithRelativePath" - Loaded="MarkdownViewer_Loaded" /> + Loaded="MarkdownViewer_Loaded" + Plugins="{StaticResource MdXamlPlugins}" /> @@ -5761,6 +5765,12 @@ + + + + + +