update editor

This commit is contained in:
2025-12-06 18:45:52 +07:00
parent e1a6be0836
commit d372104760
9 changed files with 76 additions and 44 deletions
+2
View File
@@ -197,6 +197,8 @@ message GetGraphRsp {
message Node {
int32 id = 1;
string label = 2;
string name = 3;
string text = 4;
}
message Edge {
int32 from = 1;