This commit is contained in:
sk 2024-09-28 11:43:12 +08:00
parent 4daa2917dc
commit 5444f209fc
9 changed files with 7 additions and 6 deletions

Binary file not shown.

View File

@ -488,7 +488,7 @@
"ShowLocation": [ "ShowLocation": [
0, 0,
0, 0,
1 0
], ],
"Classify": [ "Classify": [
1, 1,
@ -522,7 +522,7 @@
"ShowLocation": [ "ShowLocation": [
0, 0,
0, 0,
1 0
], ],
"Classify": [ "Classify": [
1, 1,
@ -6280,7 +6280,7 @@
}, },
{ {
"Id": 80002, "Id": 80002,
"Name": "闪电猫咪", "Name": "Iphone 15 pro max",
"ShowLocation": [ "ShowLocation": [
0, 0,
0, 0,

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -25,5 +25,6 @@
"InviteUrl": "http://47.105.78.29:8000/", "InviteUrl": "http://47.105.78.29:8000/",
"GuideTs": 1723790567, "GuideTs": 1723790567,
"RankTimeout": 2, "RankTimeout": 2,
"PermitInitScore": 0 "PermitInitScore": 0,
"UseAdminPassword": false
} }

View File

@ -10746,7 +10746,7 @@ type CSUpdateAttribute struct {
sizeCache protoimpl.SizeCache sizeCache protoimpl.SizeCache
unknownFields protoimpl.UnknownFields 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"` Param []int64 `protobuf:"varint,2,rep,packed,name=Param,proto3" json:"Param,omitempty"`
} }

View File

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

Binary file not shown.