可以切换主题

This commit is contained in:
艾竹
2023-03-11 22:27:23 +08:00
parent 84f413320f
commit fb7858fe74
22 changed files with 1061 additions and 208 deletions

View File

@@ -4,6 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;
using AIStudio.Wpf.DiagramDesigner;
using AIStudio.Wpf.Mind.Helpers;
namespace AIStudio.Wpf.Mind.ViewModels
{
@@ -14,6 +15,11 @@ namespace AIStudio.Wpf.Mind.ViewModels
get; set;
}
MindThemeModel MindThemeModel
{
get; set;
}
MindNode RootItem
{
get;
@@ -29,7 +35,7 @@ namespace AIStudio.Wpf.Mind.ViewModels
get;
}
SimpleCommand AddPeerCommand
SimpleCommand AddPearCommand
{
get;
}
@@ -54,6 +60,26 @@ namespace AIStudio.Wpf.Mind.ViewModels
get;
}
SimpleCommand SelectBrotherCommand
{
get;
}
SimpleCommand SelectPearCommand
{
get;
}
SimpleCommand SelectRouteCommand
{
get;
}
SimpleCommand SelectChildCommand
{
get;
}
SimpleCommand Expand2Level1Command
{
get;