forked from RayWangQvQ/BiliBiliToolPro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommandLineMappings.json
59 lines (41 loc) · 2.11 KB
/
commandLineMappings.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
//命令行启动时的参数映射
"CommandLineMappings": {
"--cookieStr1": "BiliBiliCookies:1",
"--runTasks": "RunTasks",
"--numberOfCoins": "DailyTaskConfig:NumberOfCoins",
"--selectLike": "DailyTaskConfig:SelectLike",
"--supportUpIds": "DailyTaskConfig:SupportUpIds",
"--dayOfAutoCharge": "DailyTaskConfig:DayOfAutoCharge",
"--autoChargeUpId": "DailyTaskConfig:AutoChargeUpId",
"--dayOfReceiveVipPrivilege": "DailyTaskConfig:DayOfReceiveVipPrivilege",
"--isExchangeSilver2Coin": "DailyTaskConfig:IsExchangeSilver2Coin",
"--devicePlatform": "DailyTaskConfig:DevicePlatform",
"--excludeAwardNames": "LiveLotteryTaskConfig:ExcludeAwardNames",
"--includeAwardNames": "LiveLotteryTaskConfig:INCLUDEAWARDNAMES",
"--unfollowGroup": "UnfollowBatchedTaskConfig:GroupName",
"--unfollowCount": "UnfollowBatchedTaskConfig:Count",
"--intervalSecondsBetweenRequestApi": "Security:IntervalSecondsBetweenRequestApi",
"--intervalMethodTypes": "Security:IntervalMethodTypes",
"--pushScKey": "Serilog:WriteTo:6:Args:scKey",
"--proxy": "WebProxy",
"-cookieStr1": "BiliBiliCookies:1",
"-runTasks": "RunTasks",
"-numberOfCoins": "DailyTaskConfig:NumberOfCoins",
"-selectLike": "DailyTaskConfig:SelectLike",
"-supportUpIds": "DailyTaskConfig:SupportUpIds",
"-dayOfAutoCharge": "DailyTaskConfig:DayOfAutoCharge",
"-autoChargeUpId": "DailyTaskConfig:AutoChargeUpId",
"-dayOfReceiveVipPrivilege": "DailyTaskConfig:DayOfReceiveVipPrivilege",
"-isExchangeSilver2Coin": "DailyTaskConfig:IsExchangeSilver2Coin",
"-devicePlatform": "DailyTaskConfig:DevicePlatform",
"-excludeAwardNames": "LiveLotteryTaskConfig:ExcludeAwardNames",
"-includeAwardNames": "LiveLotteryTaskConfig:INCLUDEAWARDNAMES",
"-unfollowGroup": "UnfollowBatchedTaskConfig:GroupName",
"-unfollowCount": "UnfollowBatchedTaskConfig:Count",
"-intervalSecondsBetweenRequestApi": "Security:IntervalSecondsBetweenRequestApi",
"-intervalMethodTypes": "Security:IntervalMethodTypes",
"-pushScKey": "Serilog:WriteTo:6:Args:scKey",
"-proxy": "WebProxy"
}
}