-
Notifications
You must be signed in to change notification settings - Fork 1
/
main.json
54 lines (54 loc) · 1.52 KB
/
main.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
{
"Include": [
"https://raw.githubusercontent.com/v2ray/vbot/master/v.json"
],
"Contain": [
{
"MatchingCond": [
"(?i)@ShelikhooBOT",
"手机"
],
"MatchingCondTag": "DownloadV2Ray",
"OutPut": "暂时在Android上的支持好一点,在Play商店上下载 Actinium https://play\\.google\\.com/store/apps/details\\?id=com\\.v2ray\\.actinium",
"Tags": "Android"
},
{
"MatchingCond": [
"(?i)@ShelikhooBOT",
"手机",
"(?i)v2ray"
],
"MatchingCondTag": "",
"OutPut": "暂时在Android上的支持好一点,在Play商店上下载 Actinium https://play\\.google\\.com/store/apps/details\\?id=com\\.v2ray\\.actinium",
"Tags": "DownloadV2Ray"
},
{
"MatchingCond": [
"手机版",
"(?i)v2ray"
],
"MatchingCondTag": "",
"OutPut": "暂时在Android上的支持好一点,在Play商店上下载 Actinium https://play\\.google\\.com/store/apps/details\\?id=com\\.v2ray\\.actinium",
"Tags": "DownloadV2Ray"
},
{
"MatchingCond": [
"SD-WAN",
"2018",
"端口"
],
"MatchingCondTag": "",
"OutPut": "这条消息的内容可能已经被证明和普通用户没有关系了,因为封锁的是入站端口,不涉及出站连接",
"Tags": "FalseInfo"
},
{
"MatchingCond": [
"测试内容",
"(?i)v2ray"
],
"MatchingCondTag": "",
"OutPut": "测试",
"Tags": "DownloadV2Ray"
}
]
}