功能完善

This commit is contained in:
ShrlAlgo
2025-08-20 12:10:13 +08:00
parent d0cfc64450
commit fcd306b0f7
270 changed files with 11503 additions and 7193 deletions

View File

@@ -0,0 +1,43 @@
<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:options="http://schemas.microsoft.com/winfx/2006/xaml/presentation/options"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<!-- 薄暮 (Volcano) -->
<Color x:Key="AntDesign.Color.Volcano1">#FFF2E8</Color>
<Color x:Key="AntDesign.Color.Volcano2">#FFD8BF</Color>
<Color x:Key="AntDesign.Color.Volcano3">#FFBB96</Color>
<Color x:Key="AntDesign.Color.Volcano4">#FF9C6E</Color>
<Color x:Key="AntDesign.Color.Volcano5">#FF7A45</Color>
<Color x:Key="AntDesign.Color.Volcano6">#FA541C</Color>
<Color x:Key="AntDesign.Color.Volcano7">#D4380D</Color>
<Color x:Key="AntDesign.Color.Volcano8">#AD2102</Color>
<Color x:Key="AntDesign.Color.Volcano9">#871400</Color>
<Color x:Key="AntDesign.Color.Volcano10">#610B00</Color>
<Color x:Key="AntDesign.Color.Primary">#FA541C</Color>
<SolidColorBrush
Color="{StaticResource AntDesign.Color.Volcano6}"
options:Freeze="True"
x:Key="PrimaryNormalBrush" />
<SolidColorBrush
Color="{StaticResource AntDesign.Color.Volcano6}"
options:Freeze="True"
x:Key="AntDesign.Brush.Brand" />
<SolidColorBrush
Color="{StaticResource AntDesign.Color.Volcano1}"
options:Freeze="True"
x:Key="AntDesign.Brush.SelectedBackground" />
<SolidColorBrush
Color="{StaticResource AntDesign.Color.Volcano5}"
options:Freeze="True"
x:Key="AntDesign.Brush.Hover" />
<SolidColorBrush
Color="{StaticResource AntDesign.Color.Volcano6}"
options:Freeze="True"
x:Key="AntDesign.Brush.Normal" />
<SolidColorBrush
Color="{StaticResource AntDesign.Color.Volcano7}"
options:Freeze="True"
x:Key="AntDesign.Brush.Press" />
</ResourceDictionary>