mirror of
https://gitee.com/akwkevin/aistudio.-wpf.-diagram
synced 2026-04-13 12:46:36 +08:00
添加逻辑节点支持字符串值
This commit is contained in:
@@ -4,10 +4,11 @@ using System.Text;
|
||||
|
||||
namespace AIStudio.Wpf.DiagramDesigner
|
||||
{
|
||||
public enum ValueTypePoint
|
||||
public enum ValueType
|
||||
{
|
||||
Real = 0,
|
||||
Int = 1,
|
||||
Bool = 2,
|
||||
String = 3,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user