-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathsettings.json
40 lines (40 loc) · 923 Bytes
/
settings.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"sendMethod": [
".lq.Lobby.oauth2Login",
".lq.Lobby.fetchFriendList",
".lq.FastTest.authGame",
".lq.NotifyPlayerLoadGameReady",
".lq.ActionPrototype",
".lq.Lobby.fetchGameRecordList",
".lq.FastTest.syncGame",
".lq.Lobby.login"
],
"sendAction": [
"ActionNewRound",
"ActionDealTile",
"ActionAnGangAddGang",
"ActionChiPengGang",
"ActionNoTile",
"ActionHule",
"ActionBaBei",
"ActionLiuJu",
"ActionUnveilTile",
"ActionHuleXueZhanMid",
"ActionGangResult",
"ActionRevealTile",
"ActionChangeTile",
"ActionSelectGap",
"ActionLiqi",
"ActionDiscardTile",
"ActionHuleXueZhanEnd",
"ActionNewCard",
"ActionGangResultEnd"
],
"proxyAddr": "127.0.0.1:23410",
"apiUrl": "https://localhost:12121/",
"helperSwitch": true,
"modSwitch": true,
"autoUpdate": true,
"liqiVersion": "v0.11.120.w",
"githubToken": ""
}