This commit is contained in:
GG Z
2026-02-12 21:28:44 +08:00
parent 785e5de36e
commit a9faf251be
14 changed files with 207 additions and 2 deletions

16
ShrlAlgoStudio/App.xaml Normal file
View File

@@ -0,0 +1,16 @@
<Application
StartupUri="MainWindow.xaml"
x:Class="DrfxFontFixer.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:local="clr-namespace:DrfxFontFixer"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Application.Resources>
<ResourceDictionary>
<ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="pack://application:,,,/Melskin;component/Themes/Light.xaml" />
<ResourceDictionary Source="pack://application:,,,/Melskin;component/Themes/ColorPalette/LightBlue.xaml" />
<ResourceDictionary Source="pack://application:,,,/Melskin;component/Themes/Styles.xaml" />
</ResourceDictionary.MergedDictionaries>
</ResourceDictionary>
</Application.Resources>
</Application>