功能更新

This commit is contained in:
GG Z
2026-02-12 21:29:00 +08:00
parent a9faf251be
commit 5f1adc5ad2
341 changed files with 4293 additions and 1874 deletions

View File

@@ -0,0 +1,17 @@
<n:MelWindow
Height="450"
Icon="/Resources/Images/ImageTest.png"
Title="配色"
Width="800"
mc:Ignorable="d"
x:Class="MelskinTest.ColorPaletteWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:MelskinTest"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:n="https://github.com/ShrlAlgo/Melskin"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Grid>
<local:ColorPaletteControl SourceUri="pack://application:,,,/Melskin;component/Themes/Light.xaml" />
</Grid>
</n:MelWindow>