update editor

This commit is contained in:
2025-12-07 01:34:42 +07:00
parent d372104760
commit 09b04de9c3
8 changed files with 209 additions and 109 deletions
+4
View File
@@ -199,10 +199,14 @@ message GetGraphRsp {
string label = 2;
string name = 3;
string text = 4;
repeated Application applications = 5;
}
message Edge {
int32 from = 1;
int32 to = 2;
string arrows = 3;
}
message Application {
string name = 1;
}
}