|
@@ -69,6 +69,7 @@ type Path struct {
|
|
ID string `json:"id"` // 块 ID
|
|
ID string `json:"id"` // 块 ID
|
|
Box string `json:"box"` // 块 Box
|
|
Box string `json:"box"` // 块 Box
|
|
Name string `json:"name"` // 当前路径
|
|
Name string `json:"name"` // 当前路径
|
|
|
|
+ HPath string `json:"hPath"` // 人类可读路径
|
|
Type string `json:"type"` // "path"
|
|
Type string `json:"type"` // "path"
|
|
NodeType string `json:"nodeType"` // 节点类型
|
|
NodeType string `json:"nodeType"` // 节点类型
|
|
SubType string `json:"subType"` // 节点子类型
|
|
SubType string `json:"subType"` // 节点子类型
|