-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json.template
92 lines (92 loc) · 3.26 KB
/
config.json.template
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"SESSDATA": "0",
"bili_jct": "0",
"freq": 60,
"signature": "一个可爱的 UP 主 awa 你愿意成为我的第%d个粉丝吗 qwq",
"advancedMode": true,
"advanced": {
"criteria": {
"fans": {
"RPN": "%d",
"type": ">=",
"value": 2000
}
},
"ifTrue": {
"data": [
{
"formatted": false,
"text": "破两千粉了!一个可爱的 UP 主 awa 你愿意成为我的第%d个粉丝吗 qwq",
"RPN": "%d 1 +"
},
{
"formatted": true,
"text": "喵~"
}
]
},
"ifFalse": {
"tw": {
"criteria": {
"fans": {
"RPN": "%d",
"type": ">=",
"value": 1500
}
},
"ifTrue": {
"tw": {
"criteria": {
"fans": {
"RPN": "%d 2 mod",
"type": "=",
"value": 1
}
},
"ifTrue": {
"tw": {
"criteria": {
"time": {
"time": "12:00",
"type": "<"
}
},
"ifTrue": {
"formatted": true,
"text": "上午好!超过1500粉了!快把我点赞弄成双数awa"
},
"ifFalse": {
"formatted": true,
"text": "下午好!超过1500粉了!快把我点赞弄成双数awa"
}
}
},
"ifFalse": {
"tw": {
"criteria": {
"date": {
"date": "2022-4-10",
"type": "<"
}
},
"ifTrue": {
"formatted": true,
"text": "现在是四月十号之前~"
},
"ifFalse": {
"formatted": true,
"text": "现在是四月十号之后~"
}
}
}
}
},
"ifFalse": {
"formatted": false,
"text": "一个可爱的 UP 主 awa 离2000粉还有%d个 qwq",
"RPN": "2000 %d -"
}
}
}
}
}