improve:计时器

This commit is contained in:
2025-10-12 17:17:51 +08:00
parent 869dd045af
commit 04f98eb9e7
13 changed files with 548 additions and 225 deletions
+9 -9
View File
@@ -113,15 +113,15 @@
<BitmapImage x:Key="TimerWindowClockIcon" UriSource="/Resources/Icons-Fluent/ic_fluent_timer_24_regular.png"/>
<!-- 倒计时窗口主题颜色 -->
<SolidColorBrush x:Key="SeewoTimerWindowBackground" Color="White"/>
<SolidColorBrush x:Key="SeewoTimerWindowBorderBrush" Color="#E0E0E0"/>
<SolidColorBrush x:Key="SeewoTimerWindowTextForeground" Color="#333333"/>
<SolidColorBrush x:Key="SeewoTimerWindowButtonBackground" Color="#F0F0F0"/>
<SolidColorBrush x:Key="SeewoTimerWindowButtonForeground" Color="#666666"/>
<SolidColorBrush x:Key="SeewoTimerWindowDigitForeground" Color="#333333"/>
<SolidColorBrush x:Key="SeewoTimerWindowTitleForeground" Color="#333333"/>
<SolidColorBrush x:Key="SeewoTimerWindowPrimaryButtonBackground" Color="#4CAF50"/>
<SolidColorBrush x:Key="SeewoTimerWindowPrimaryButtonForeground" Color="White"/>
<SolidColorBrush x:Key="NewTimerWindowBackground" Color="White"/>
<SolidColorBrush x:Key="NewTimerWindowBorderBrush" Color="#E0E0E0"/>
<SolidColorBrush x:Key="NewTimerWindowTextForeground" Color="#333333"/>
<SolidColorBrush x:Key="NewTimerWindowButtonBackground" Color="#F0F0F0"/>
<SolidColorBrush x:Key="NewTimerWindowButtonForeground" Color="#666666"/>
<SolidColorBrush x:Key="NewTimerWindowDigitForeground" Color="#333333"/>
<SolidColorBrush x:Key="NewTimerWindowTitleForeground" Color="#333333"/>
<SolidColorBrush x:Key="NewTimerWindowPrimaryButtonBackground" Color="#4CAF50"/>
<SolidColorBrush x:Key="NewTimerWindowPrimaryButtonForeground" Color="White"/>
<!-- 说明书窗口主题颜色 -->
<SolidColorBrush x:Key="OperatingGuideWindowBackground" Color="#F0F3F9"/>