Mind准备序列化,准备分离出model库

This commit is contained in:
艾竹
2023-02-28 22:07:40 +08:00
parent 511636ebd7
commit a015f9208b
11 changed files with 274 additions and 54 deletions

View File

@@ -356,7 +356,7 @@ namespace AIStudio.Wpf.Mind.ViewModels
}
else
{
node = new MindNode(Root, (NodeLevel)Math.Min((int)NodeLevel + 1, (int)NodeLevel.Level4), this.MindType) { Text = "分支主题" };
node = new MindNode(Root, (NodeLevel)Math.Min((int)NodeLevel + 1, (int)NodeLevel.Level3), this.MindType) { Text = "分支主题" };
}
AddChild(node);