This commit is contained in:
Yuan 2023-06-13 16:19:45 +08:00
parent b298882894
commit 88272a4584

View File

@ -140,7 +140,8 @@ message RunLine {
string code = 2;
repeated Point points = 3;
string nameColor = 4;
string nameBgColor = 5;}
string nameBgColor = 5;
}
message Section {
CommonInfo common = 1;