修改CCTV按钮

This commit is contained in:
joylink_zhaoerwei 2024-09-14 14:54:54 +08:00
parent 9218ddcf90
commit 5cb82e750f

View File

@ -6,6 +6,8 @@ package CCTVGraphicData;
message CCTVGraphicStorage {
iscsGraphicData.Canvas canvas = 1;
repeated CCTVButton cctvButtons = 2;
repeated iscsGraphicData.Arrow arrows = 3;
repeated iscsGraphicData.IscsText iscsTexts = 4;
}
@ -14,6 +16,7 @@ message CCTVButton {
enum ButtonType {
rect = 0;
monitor = 1; //
semicircle = 2; //
}
iscsGraphicData.CommonInfo common = 1;
string code = 2;