增强连接时临时线的表现能力

This commit is contained in:
fengjiayi
2025-01-04 22:25:42 +08:00
parent 28df2d8fce
commit afb1882fbd
18 changed files with 1075 additions and 253 deletions

View File

@@ -15,6 +15,7 @@ namespace Serein.Workbench.Avalonia.Custom.Node.ViewModels
[ObservableProperty]
private SingleActionNode? nodeMoel;
internal override NodeModelBase NodeModelBase
{ get => NodeMoel ?? throw new NotImplementedException(); set => NodeMoel = (SingleActionNode)value; }