This commit is contained in:
sk 2024-08-08 14:00:11 +08:00
parent c5a2ad4b37
commit 677abd6684
2 changed files with 2 additions and 2 deletions

View File

@ -10667,7 +10667,7 @@ type CSUpdateAttribute struct {
sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields
Tp int32 `protobuf:"varint,1,opt,name=Tp,proto3" json:"Tp,omitempty"` // 1.更新新手引导阶段 2.跳过新手引导
Tp int32 `protobuf:"varint,1,opt,name=Tp,proto3" json:"Tp,omitempty"` // 1.更新新手引导阶段 2.跳过新手引导 3.更新新手引导状态(测试用)
Param []int64 `protobuf:"varint,2,rep,packed,name=Param,proto3" json:"Param,omitempty"`
}

View File

@ -1325,7 +1325,7 @@ message WindowsInfo{
//PACKET_CSUpdateAttribute
message CSUpdateAttribute{
int32 Tp = 1; // 1. 2.
int32 Tp = 1; // 1. 2. 3.()
repeated int64 Param = 2;
}
//PACKET_SCUpdateAttribute