This commit is contained in:
laodaming@fusen.cn 2023-12-05 15:04:25 +08:00
parent 8c268d9a47
commit 2695460f82

View File

@ -278,7 +278,7 @@ message ProductInfo {
google.protobuf.Struct website_unit = 9; // google.protobuf.Struct website_unit = 9; //
} }
message TemplateTagColorInfo { message TemplateTagColorInfo {
google.protobuf.Struct colors = 1; //logo对应的算法颜色组 google.protobuf.ListValue colors = 1; //logo对应的算法颜色组
int64 selected_color_index = 2; // int64 selected_color_index = 2; //
google.protobuf.Struct template_tag_groups = 3; // google.protobuf.Struct template_tag_groups = 3; //
} }