Skip to content

Commit 28991fd

Browse files
committed
Update liqi version
1 parent 2bb44e3 commit 28991fd

10 files changed

+156
-110
lines changed

Cargo.lock

+11-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "majsoul_max_rs"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
edition = "2021"
55

66
[lib]

liqi_config/liqi.desc

+17-10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
ƌ
2+
��
33

44
liqi.protolq"|
55
NotifyCaptcha
@@ -379,7 +379,7 @@ skinTicketP
379379
rare (Rrare
380380
count (Rcount"?
381381
AccountOwnerData+
382-
unlock_characters (RunlockCharacters"�
382+
unlock_characters (RunlockCharacters"�
383383
AccountUpdate?
384384
numerical ( 2!.lq.AccountUpdate.NumericalUpdateR numerical?
385385
character ( 2!.lq.AccountUpdate.CharacterUpdateR character
@@ -398,7 +398,8 @@ daily_task ( 2!.lq.AccountUpdate.DailyTaskUpdateR dailyTask3
398398
challenge ( 2(.lq.AccountUpdate.AccountChallengeUpdateR challengeA
399399
ab_match ( 2&.lq.AccountUpdate.AccountABMatchUpdateRabMatch5
400400
activity ( 2.lq.AccountActivityUpdateRactivityW
401-
activity_segment_task ( 2#.lq.AccountUpdate.SegmentTaskUpdateRactivitySegmentTask7
401+
activity_segment_task ( 2#.lq.AccountUpdate.SegmentTaskUpdateRactivitySegmentTaskF
402+
month_ticket ( 2#.lq.AccountUpdate.MonthTicketUpdateR monthTicket7
402403
NumericalUpdate
403404
id (Rid
404405
final (Rfinal�
@@ -458,7 +459,10 @@ MatchPoint
458459

459460
progresses ( 2.lq.SegmentTaskProgressR
460461
progresses
461-
task_list (RtaskList"a
462+
task_list (RtaskListR
463+
MonthTicketUpdate
464+
end_time (RendTime"
465+
last_pay_time (R lastPayTime"a
462466
GameMetaData
463467
room_id (RroomId
464468
mode_id (RmodeId
@@ -607,7 +611,7 @@ dora3_mode+ (R dora3Mode&
607611
enable_renheD (R enableRenheA
608612
enable_baopai_extend_settingsE (RenableBaopaiExtendSettings%
609613
yongchang_modeF (RyongchangMode'
610-
hunzhiyiji_modeG (RhunzhiyijiMode"�
614+
hunzhiyiji_modeG (RhunzhiyijiMode"�
611615
Room
612616
room_id (RroomId
613617
owner_id (RownerId
@@ -624,7 +628,8 @@ publicLive
624628
robotCount#
625629
tournament_id
626630
(R tournamentId
627-
seq (Rseq"�
631+
seq (Rseq
632+
pre_rule ( RpreRule"�
628633
GameEndResult6
629634
players ( 2.lq.GameEndResult.PlayerItemRplayers�
630635

@@ -1966,13 +1971,14 @@ account_id (R accountId"v
19661971
room ( 2.lq.RoomRroom"g
19671972
ResFetchGamingInfo
19681973
error ( 2 .lq.ErrorRerror0
1969-
game_info ( 2.lq.GameConnectInfoRgameInfo"�
1974+
game_info ( 2.lq.GameConnectInfoRgameInfo"�
19701975
ReqCreateRoom!
19711976
player_count (R playerCount
19721977
mode ( 2 .lq.GameModeRmode
19731978
public_live (R
19741979
publicLive2
1975-
client_version_string ( RclientVersionString"N
1980+
client_version_string ( RclientVersionString
1981+
pre_rule ( RpreRule"N
19761982
ResCreateRoom
19771983
error ( 2 .lq.ErrorRerror
19781984
room ( 2.lq.RoomRroom"Z
@@ -2322,10 +2328,11 @@ deleteList"/
23222328
ReqUpdateReadComment
23232329
read_id (RreadId"=
23242330
ReqRollingNotice)
2325-
notice ( 2.lq.RollingNoticeRnotice"0
2331+
notice ( 2.lq.RollingNoticeRnotice"Q
23262332
ResServerTime
23272333
server_time (R
2328-
serverTime";
2334+
serverTime
2335+
error ( 2 .lq.ErrorRerror";
23292336
ReqPlatformBillingProducts
23302337

23312338
shelves_id (R shelvesId"m

liqi_config/liqi.json

+1-1
Large diffs are not rendered by default.

liqi_config/liqi.proto

+10
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,7 @@ message AccountUpdate {
576576
AccountABMatchUpdate ab_match = 14;
577577
lq.AccountActivityUpdate activity = 15;
578578
SegmentTaskUpdate activity_segment_task = 16;
579+
MonthTicketUpdate month_ticket = 17;
579580

580581
message NumericalUpdate {
581582

@@ -648,6 +649,12 @@ message AccountUpdate {
648649
repeated lq.SegmentTaskProgress progresses = 1;
649650
repeated uint32 task_list = 2;
650651
}
652+
653+
message MonthTicketUpdate {
654+
655+
uint32 end_time = 1;
656+
uint32 last_pay_time = 2;
657+
}
651658
}
652659

653660
message GameMetaData {
@@ -817,6 +824,7 @@ message Room {
817824
uint32 robot_count = 9;
818825
uint32 tournament_id = 10;
819826
uint32 seq = 11;
827+
string pre_rule = 12;
820828
}
821829

822830
message GameEndResult {
@@ -2986,6 +2994,7 @@ message ReqCreateRoom {
29862994
GameMode mode = 2;
29872995
bool public_live = 3;
29882996
string client_version_string = 4;
2997+
string pre_rule = 5;
29892998
}
29902999

29913000
message ResCreateRoom {
@@ -3637,6 +3646,7 @@ message ReqRollingNotice {
36373646
message ResServerTime {
36383647

36393648
uint32 server_time = 1;
3649+
Error error = 2;
36403650
}
36413651

36423652
message ReqPlatformBillingProducts {

liqi_config/lqc.lqbin

125 KB
Binary file not shown.

liqi_config/settings.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"proxyAddr": "127.0.0.1:23410",
3434
"apiUrl": "https://localhost:12121/",
3535
"helperSwitch": 1,
36-
"modSwitch": 0,
36+
"modSwitch": 1,
3737
"autoUpdate": 1,
38-
"liqiVersion": "v0.11.36.w"
39-
}
38+
"liqiVersion": "v0.11.44.w"
39+
}

0 commit comments

Comments
 (0)