update
This commit is contained in:
parent
4daa2917dc
commit
5444f209fc
Binary file not shown.
|
@ -488,7 +488,7 @@
|
|||
"ShowLocation": [
|
||||
0,
|
||||
0,
|
||||
1
|
||||
0
|
||||
],
|
||||
"Classify": [
|
||||
1,
|
||||
|
@ -522,7 +522,7 @@
|
|||
"ShowLocation": [
|
||||
0,
|
||||
0,
|
||||
1
|
||||
0
|
||||
],
|
||||
"Classify": [
|
||||
1,
|
||||
|
@ -6280,7 +6280,7 @@
|
|||
},
|
||||
{
|
||||
"Id": 80002,
|
||||
"Name": "闪电猫咪",
|
||||
"Name": "Iphone 15 pro max",
|
||||
"ShowLocation": [
|
||||
0,
|
||||
0,
|
||||
|
|
Binary file not shown.
Binary file not shown.
BIN
data/DB_Task.dat
BIN
data/DB_Task.dat
Binary file not shown.
|
@ -25,5 +25,6 @@
|
|||
"InviteUrl": "http://47.105.78.29:8000/",
|
||||
"GuideTs": 1723790567,
|
||||
"RankTimeout": 2,
|
||||
"PermitInitScore": 0
|
||||
"PermitInitScore": 0,
|
||||
"UseAdminPassword": false
|
||||
}
|
|
@ -10746,7 +10746,7 @@ type CSUpdateAttribute struct {
|
|||
sizeCache protoimpl.SizeCache
|
||||
unknownFields protoimpl.UnknownFields
|
||||
|
||||
Tp int32 `protobuf:"varint,1,opt,name=Tp,proto3" json:"Tp,omitempty"` // 1.更新新手引导阶段 2.跳过新手引导 3.更新新手引导状态(测试用)
|
||||
Tp int32 `protobuf:"varint,1,opt,name=Tp,proto3" json:"Tp,omitempty"` // 1.更新新手引导阶段 2.跳过新手引导 3.更新新手引导状态(测试用) 4.竞技馆引导结束
|
||||
Param []int64 `protobuf:"varint,2,rep,packed,name=Param,proto3" json:"Param,omitempty"`
|
||||
}
|
||||
|
||||
|
|
|
@ -1337,7 +1337,7 @@ message WindowsInfo{
|
|||
|
||||
//PACKET_CSUpdateAttribute
|
||||
message CSUpdateAttribute{
|
||||
int32 Tp = 1; // 1.更新新手引导阶段 2.跳过新手引导 3.更新新手引导状态(测试用)
|
||||
int32 Tp = 1; // 1.更新新手引导阶段 2.跳过新手引导 3.更新新手引导状态(测试用) 4.竞技馆引导结束
|
||||
repeated int64 Param = 2;
|
||||
}
|
||||
//PACKET_SCUpdateAttribute
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue