调整代码

This commit is contained in:
GG Z
2026-02-22 20:03:42 +08:00
parent 2ad3d0fde0
commit 7e2d5be3cd
258 changed files with 2916 additions and 5013 deletions

View File

@@ -131,7 +131,7 @@
<Color x:Key="BackgroundLayoutColor">#24272C</Color>
<SolidColorBrush x:Key="BackgroundLayoutBrush" Color="{DynamicResource BackgroundLayoutColor}" />
<Color x:Key="BackgroundContainerColor">#57606f</Color>
<Color x:Key="BackgroundContainerColor">#E61A1A1A</Color>
<SolidColorBrush x:Key="BackgroundContainerBrush" Color="{DynamicResource BackgroundContainerColor}" />
<Color x:Key="BackgroundFloatingColor">#2C3036</Color>
@@ -146,10 +146,10 @@
用于控件的不同交互状态(正常、悬停、按压、选中、禁用)
-->
<!--<Color x:Key="ControlBackgroundNormalColor">#24272C</Color>-->
<Color x:Key="ControlBackgroundNormalColor">#282828</Color>
<Color x:Key="ControlBackgroundNormalColor">#1E2124</Color>
<SolidColorBrush x:Key="ControlBackgroundNormalBrush" Color="{DynamicResource ControlBackgroundNormalColor}" />
<Color x:Key="ControlBackgroundHoverColor">#333333</Color>
<Color x:Key="ControlBackgroundHoverColor">#2C2F33</Color>
<SolidColorBrush x:Key="ControlBackgroundHoverBrush" Color="{DynamicResource ControlBackgroundHoverColor}" />
<Color x:Key="ControlBackgroundPressedColor">#3D3D3D</Color>

View File

@@ -42,6 +42,8 @@
<ResourceDictionary Source="/Melskin;component/Controls/DataGrid.xaml" />
<!-- 自定义控件 -->
<ResourceDictionary Source="/Melskin;component/Controls/Heading.xaml" />
<ResourceDictionary Source="/Melskin;component/Controls/TutorialPrompt.xaml" />
<ResourceDictionary Source="/Melskin;component/Controls/StepBar.xaml" />
<ResourceDictionary Source="/Melskin;component/Controls/Card.xaml" />
<ResourceDictionary Source="/Melskin;component/Controls/Avatar.xaml" />
<ResourceDictionary Source="/Melskin;component/Controls/Chip.xaml" />