系统优化

This commit is contained in:
akwkevin
2025-02-03 15:22:00 +08:00
parent ddf89e21e4
commit 141ba3b775
14 changed files with 871 additions and 66 deletions

View File

@@ -17,6 +17,10 @@ namespace AIStudio.Wpf.DiagramDesigner
{
get; set;
}
public List<FullyCreatedConnectorInfo> ConnectorInfo
{
get; set;
}
public Type ContentType
{
get; set;
@@ -33,9 +37,16 @@ namespace AIStudio.Wpf.DiagramDesigner
{
get; set;
}
public IFontViewModel FontViewModel
{
get; set;
}
public object DesignerItem
{
get; set;
}
}
}