-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathcom.jingyao.easybike_哈啰.json
108 lines (108 loc) · 3.48 KB
/
com.jingyao.easybike_哈啰.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
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"version": "0.1.0",
"configs": {
"哈啰-根据关键词保留通知": [
{
"name": "哈啰_特定消息通知",
"metaInfo": {
"title": "^(?!.*(车主|哈啰打车|语音|通话))",
"description": "^(?!.*(车主|行程|语音|通话))",
"extra": {
"channel_id": null
}
},
"operation": "ignore",
"stop": false
}
],
"哈啰-URL提取": [
{
"metaInfo": {
"extra": {
"intent_uri": "S\\.JMessageExtra=(?<data>[^;]+)"
}
},
"newMetaInfo": {
"extra": {
"__mipush_custom_url": [
"property",
"url",
[
"property",
"n_extras",
[
"parse-json",
[
"decode-uri",
[
"$",
"data"
]
]
]
]
]
}
},
"stop": false
}
],
"哈啰-根据跳转 URL 过滤广告": [
{
"metaInfo": {
"extra": {
"__mipush_custom_url": "^https://"
}
},
"operation": "ignore",
"stop": false
}
],
"哈啰-会话概念修复": [
{
"metaInfo": {
"extra": {
"channel_id": "high_custom_1",
"__mipush_custom_url": "userId=(?<id>\\d+)"
}
},
"newMetaInfo": {
"notifyId": "${id}"
},
"stop": false
}
],
"哈啰-MessagingStyle": [
{
"metaInfo": {
"description": "(?<name>.*?)[::]\\s*(?<content>[\\s\\S]*)",
"extra": {
"channel_id": "high_custom_1"
}
},
"newMetaInfo": {
"extra": {
"__mi_push_conversation_sender": "${name}",
"__mi_push_conversation_message": "${content}"
}
},
"stop": false
},
"使用 Messaging Style"
],
"com.jingyao.easybike": [
"哈啰-URL提取",
"哈啰-会话概念修复",
"哈啰-根据跳转 URL 过滤广告",
"哈啰-MessagingStyle",
{
"metaInfo": {
"title": "通话"
},
"operation": "wake|open",
"stop": false
},
"允许运营消息"
]
}
}