-
Notifications
You must be signed in to change notification settings - Fork 18
/
config.json
33 lines (33 loc) · 910 Bytes
/
config.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
{
"language": "zh-CN",
"source": "majsoul",
"dataprefix": "",
"id": "",
"filter":{
"include": {
"id": [],
"name": [],
"source": [],
"room": [],
"player": [],
"round": [],
"speed": [],
"contest_id": [],
"timebefore": "2099-12-31 23:59:59",
"timeafter": "2000-01-01 00:00:00"
},
"exclude": {
"id": [],
"name": [],
"source": [],
"room": [],
"player": [],
"round": [],
"speed": [],
"contest_id": [],
"timebefore": "2000-01-01 00:00:00",
"timeafter": "2099-12-31 23:59:59"
}
},
"UTF-8": "用于固定文件编码为UTF-8,请勿随意修改此行/To ensure file encoding is UTF-8, please don't change this line."
}