Skip to content

Commit c5453ba

Browse files
authored
Merge pull request #78 from Xerxes-2/update-liqi-files
Update Liqi files to v0.11.140.w
2 parents 45e7f2c + 5ee9da6 commit c5453ba

6 files changed

Lines changed: 26 additions & 13 deletions

File tree

liqi_config/liqi.desc

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
2+
33

44
liqi.protolq"|
55
NotifyCaptcha
@@ -3350,7 +3350,7 @@ activityId"
33503350
RewardData
33513351
resource_id (R
33523352
resourceId
3353-
count (Rcount"�
3353+
count (Rcount"�
33543354
ResCharacterInfo
33553355
error ( 2 .lq.ErrorRerror-
33563356

@@ -3364,9 +3364,13 @@ characters
33643364
rewarded_endings (RrewardedEndings%
33653365
character_sort (RcharacterSort+
33663366
hidden_characters
3367-
(RhiddenCharacters",
3367+
(RhiddenCharacters0
3368+
other_character_sort (RotherCharacterSort"x
33683369
ReqUpdateCharacterSort
3369-
sort (Rsort";
3370+
sort (Rsort
3371+
3372+
other_sort (R otherSort+
3373+
hidden_characters (RhiddenCharacters";
33703374
ReqChangeMainCharacter!
33713375
character_id (R characterId"O
33723376
ReqChangeCharacterSkin!
@@ -3405,24 +3409,27 @@ chara_list (R charaList"e
34053409
value (Rvalue"?
34063410
ReqChangeCommonView
34073411
slot (Rslot
3408-
value (Rvalue"n
3412+
value (Rvalue"�
34093413
ReqSaveCommonViews"
34103414
views ( 2 .lq.ViewSlotRviews
34113415

34123416
save_index (R saveIndex
3413-
is_use (RisUse"&
3417+
is_use (RisUse
3418+
name ( Rname"&
34143419
ReqCommonViews
3415-
index (Rindex"U
3420+
index (Rindex"i
34163421
ResCommonViews
34173422
error ( 2 .lq.ErrorRerror"
3418-
views ( 2 .lq.ViewSlotRviews"�
3423+
views ( 2 .lq.ViewSlotRviews
3424+
name ( Rname"�
34193425
ResAllcommonViews1
34203426
views ( 2.lq.ResAllcommonViews.ViewsRviews
34213427
use (Ruse
3422-
error ( 2 .lq.ErrorRerrorC
3428+
error ( 2 .lq.ErrorRerrorW
34233429
Views$
34243430
values ( 2 .lq.ViewSlotRvalues
3425-
index (Rindex"(
3431+
index (Rindex
3432+
name ( Rname"(
34263433
ReqUseCommonView
34273434
index (Rindex"8
34283435
ReqUpgradeCharacter!

liqi_config/liqi.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

liqi_config/lqc.lqbin

86.4 KB
Binary file not shown.

liqi_config/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@
3535
"helperSwitch": true,
3636
"modSwitch": true,
3737
"autoUpdate": true,
38-
"liqiVersion": "v0.11.131.w",
38+
"liqiVersion": "v0.11.140.w",
3939
"githubToken": ""
4040
}

liqi_config/settings.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"showServer": true,
126126
"antiNicknameCensorship": true,
127127
"autoUpdate": true,
128-
"version": "v0.11.133.w",
128+
"version": "v0.11.140.w",
129129
"randomCharSwitch": false,
130130
"randomCharPool": [],
131131
"verified": 0

proto/liqi.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5055,11 +5055,14 @@ message ResCharacterInfo {
50555055
repeated uint32 rewarded_endings = 8;
50565056
repeated uint32 character_sort = 9;
50575057
repeated uint32 hidden_characters = 10;
5058+
repeated uint32 other_character_sort = 11;
50585059
}
50595060

50605061
message ReqUpdateCharacterSort {
50615062

50625063
repeated uint32 sort = 1;
5064+
repeated uint32 other_sort = 2;
5065+
repeated uint32 hidden_characters = 3;
50635066
}
50645067

50655068
message ReqChangeMainCharacter {
@@ -5144,6 +5147,7 @@ message ReqSaveCommonViews {
51445147
repeated ViewSlot views = 1;
51455148
uint32 save_index = 2;
51465149
uint32 is_use = 3;
5150+
string name = 4;
51475151
}
51485152

51495153
message ReqCommonViews {
@@ -5155,6 +5159,7 @@ message ResCommonViews {
51555159

51565160
Error error = 2;
51575161
repeated ViewSlot views = 1;
5162+
string name = 3;
51585163
}
51595164

51605165
message ResAllcommonViews {
@@ -5167,6 +5172,7 @@ message ResAllcommonViews {
51675172

51685173
repeated ViewSlot values = 1;
51695174
uint32 index = 2;
5175+
string name = 3;
51705176
}
51715177
}
51725178

0 commit comments

Comments
 (0)