This commit is contained in:
weizhihong 2023-10-18 14:53:41 +08:00
commit 43345d1094
2 changed files with 3 additions and 1 deletions

View File

@ -28,7 +28,8 @@ message IBPButton {
graphicData.CommonInfo common = 1;
string code = 2;
IbpButtonColor color = 3;
bool isSelfReset = 4;
bool isSelfReset = 4; //
bool hasLight = 5; //
}
message IBPText {

View File

@ -35,6 +35,7 @@ message PslButton {
string code = 2;
// string topAnnotation = 3;
PslElementColor buttonColor = 4;
bool isSelfReset = 5;
}
/** PSL钥匙 */
message PslKey {