mind的拷贝完成

This commit is contained in:
艾竹
2023-03-25 22:10:49 +08:00
parent b36bd4b228
commit 5e5da021ab
13 changed files with 189 additions and 103 deletions

View File

@@ -496,6 +496,7 @@ namespace AIStudio.Wpf.Mind.Helpers
{
Name = "冷光黄",
Key = "CoolLightYellow",
Dark = true,
MindThemeLevel1 = new MindTheme()
{
ItemWidth = 110,
@@ -534,6 +535,7 @@ namespace AIStudio.Wpf.Mind.Helpers
{
Name = "紧凑黄",
Key = "CoolLightYellowMini",
Dark = true,
MindThemeLevel1 = new MindTheme()
{
ItemWidth = 110,
@@ -650,6 +652,10 @@ namespace AIStudio.Wpf.Mind.Helpers
{
get; set;
}
public bool Dark
{
get; set;
}
public MindTheme MindThemeLevel1
{
get; set;