From d46d0c8197d08e7d220c5f7fea5dabd68143ee97 Mon Sep 17 00:00:00 2001 From: fan Date: Sun, 8 Oct 2023 10:31:38 +0800 Subject: [PATCH] =?UTF-8?q?psl=E8=AE=BE=E5=A4=87=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/pslGraphics.proto | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/protos/pslGraphics.proto b/protos/pslGraphics.proto index 699d297..1ec411d 100644 --- a/protos/pslGraphics.proto +++ b/protos/pslGraphics.proto @@ -17,7 +17,7 @@ message PslLight { graphicData.CommonInfo common = 1; string code = 2; - string topAnnotation = 3; + // string topAnnotation = 3; PslElementColor lightColor = 4; } @@ -31,13 +31,13 @@ enum PslElementColor { message PslButton { graphicData.CommonInfo common = 1; string code = 2; - string topAnnotation = 3; + // string topAnnotation = 3; PslElementColor buttonColor = 4; } /** PSL钥匙 */ message PslKey { graphicData.CommonInfo common = 1; string code = 2; - string topAnnotation = 3; - string rightAnnotation = 4; + // string topAnnotation = 3; + // string rightAnnotation = 4; }