-
Notifications
You must be signed in to change notification settings - Fork 122
/
Copy pathcommandLineMappings.json
33 lines (25 loc) · 1.17 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
{
//命令行启动时的参数映射
"CommandLineMappings": {
"-cookieStr": "BiliBiliCookie:CookieStr",
"-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",
"-closeConsoleWhenEnd": "CloseConsoleWhenEnd",
"-proxy": "WebProxy"
}
}