diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json deleted file mode 100644 index ef84a27..0000000 --- a/.config/dotnet-tools.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "version": 1, - "isRoot": true, - "tools": { - "csharpier": { - "version": "0.25.0", - "commands": [ - "dotnet-csharpier" - ] - } - } -} \ No newline at end of file diff --git a/.idea/.idea.ShrlAlgoToolkit/.idea/copilot.data.migration.ask.xml b/.idea/.idea.ShrlAlgoToolkit/.idea/copilot.data.migration.ask.xml new file mode 100644 index 0000000..7ef04e2 --- /dev/null +++ b/.idea/.idea.ShrlAlgoToolkit/.idea/copilot.data.migration.ask.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/.idea.ShrlAlgoToolkit/.idea/copilot.data.migration.ask2agent.xml b/.idea/.idea.ShrlAlgoToolkit/.idea/copilot.data.migration.ask2agent.xml new file mode 100644 index 0000000..1f2ea11 --- /dev/null +++ b/.idea/.idea.ShrlAlgoToolkit/.idea/copilot.data.migration.ask2agent.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/Sample/App.config b/DrfxFontFixer/App.config similarity index 100% rename from Sample/App.config rename to DrfxFontFixer/App.config diff --git a/DrfxFontFixer/App.xaml b/DrfxFontFixer/App.xaml new file mode 100644 index 0000000..4c10f9e --- /dev/null +++ b/DrfxFontFixer/App.xaml @@ -0,0 +1,16 @@ + + + + + + + + + + + diff --git a/Sample/App.xaml.cs b/DrfxFontFixer/App.xaml.cs similarity index 92% rename from Sample/App.xaml.cs rename to DrfxFontFixer/App.xaml.cs index 924c079..bf4e8f9 100644 --- a/Sample/App.xaml.cs +++ b/DrfxFontFixer/App.xaml.cs @@ -6,7 +6,7 @@ using System.Linq; using System.Threading.Tasks; using System.Windows; -namespace Sample +namespace DrfxFontFixer { /// /// App.xaml 的交互逻辑 diff --git a/DrfxFontFixer/DrfxFontFixer.csproj b/DrfxFontFixer/DrfxFontFixer.csproj new file mode 100644 index 0000000..943c7a2 --- /dev/null +++ b/DrfxFontFixer/DrfxFontFixer.csproj @@ -0,0 +1,15 @@ + + + net8.0-windows + WinExe + 13.0 + true + true + + + + + + + + \ No newline at end of file diff --git a/DrfxFontFixer/MainWindow.xaml b/DrfxFontFixer/MainWindow.xaml new file mode 100644 index 0000000..8f6df15 --- /dev/null +++ b/DrfxFontFixer/MainWindow.xaml @@ -0,0 +1,175 @@ + + + + + + + + + + + + + + + + + +