整理控件库

This commit is contained in:
GG Z
2025-05-05 17:04:06 +08:00
parent 74532b77be
commit 3eaad7566e
283 changed files with 2156 additions and 17846 deletions

View File

@@ -1,9 +1,9 @@
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<!-- Colors depending on the theme should be changed by the Manager -->
<!-- 管理员应根据主题更改颜色 -->
<Color x:Key="SystemAccentColor">#3379d9</Color>
<!-- While the name remains Light to stay with the official nomenclature, it's made dark in Dark Theme -->
<!-- 为了与官方命名保持一致,"Light "的名称仍然保留,但在 "Dark Theme "中则变成了 "dark"。 -->
<!-- SystemAccentColorDark1 | SystemAccentColorLight1 -->
<Color x:Key="SystemAccentColorPrimary">#559ce4</Color>
@@ -35,6 +35,5 @@
Color="{StaticResource SystemAccentColorPrimary}" />
<SolidColorBrush x:Key="AccentFillColorDisabledBrush" Color="{StaticResource AccentFillColorDisabled}" />
<SolidColorBrush x:Key="SystemFillColorAttentionBrush" Color="{StaticResource SystemAccentColor}" />
</ResourceDictionary>