From b90466ee0d5f08cd2ad46d7a4588da4ce6d4985c Mon Sep 17 00:00:00 2001 From: Tongg Date: Tue, 24 Dec 2024 14:25:55 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Views/BaseWindow/BaseControl.xaml | 2 +- Views/Configuration/AlgorithmConfigPage.xaml | 57 ++++- Views/Configuration/ConfigMenuPage.xaml | 45 ++-- Views/Configuration/LevelConfigPage.xaml | 211 +++++++++++++++---- Views/Configuration/SettingPageBase.xaml | 3 +- 5 files changed, 254 insertions(+), 64 deletions(-) diff --git a/Views/BaseWindow/BaseControl.xaml b/Views/BaseWindow/BaseControl.xaml index 718c304..8a72716 100644 --- a/Views/BaseWindow/BaseControl.xaml +++ b/Views/BaseWindow/BaseControl.xaml @@ -134,7 +134,7 @@ - + diff --git a/Views/Configuration/AlgorithmConfigPage.xaml b/Views/Configuration/AlgorithmConfigPage.xaml index 7832b60..3b6268b 100644 --- a/Views/Configuration/AlgorithmConfigPage.xaml +++ b/Views/Configuration/AlgorithmConfigPage.xaml @@ -22,9 +22,60 @@ - + + diff --git a/Views/Configuration/ConfigMenuPage.xaml b/Views/Configuration/ConfigMenuPage.xaml index e91935c..9c9e8a5 100644 --- a/Views/Configuration/ConfigMenuPage.xaml +++ b/Views/Configuration/ConfigMenuPage.xaml @@ -7,28 +7,47 @@ Loaded="ConfigMenuPage_OnLoaded" mc:Ignorable="d" > - - + + - + + - + Storyboard.TargetProperty="(UIElement.RenderTransform).(ScaleTransform.ScaleX)"> + + + + + + - + + + + + + + + + Storyboard.TargetProperty="(UIElement.RenderTransform).(ScaleTransform.ScaleY)"> @@ -172,7 +191,7 @@ + + + + + + - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Views/Configuration/SettingPageBase.xaml b/Views/Configuration/SettingPageBase.xaml index 5eefc5a..1adc72b 100644 --- a/Views/Configuration/SettingPageBase.xaml +++ b/Views/Configuration/SettingPageBase.xaml @@ -5,7 +5,8 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:hc="https://handyorg.github.io/handycontrol" xmlns:local="clr-namespace:SparkClient.Views.Configuration" - mc:Ignorable="d" + mc:Ignorable="d" CornerRadius="15" + Background="#ffffff" d:DesignHeight="300" d:DesignWidth="500">