-
Notifications
You must be signed in to change notification settings - Fork 22
/
com.tencent.mobileqq_QQ.json
256 lines (256 loc) · 6.48 KB
/
com.tencent.mobileqq_QQ.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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
{
"version": "0.1.0",
"configs": {
"QQ-消息分类": [
{
"name": "电话通知设新通知渠道",
"metaInfo": {
"description": "正在呼叫你..."
},
"newMetaInfo": {
"extra": {
"channel_name": "电话消息",
"channel_description": null,
"channel_id": "voice_chat"
}
},
"stop": false
},
{
"name": "qq好友消息设新通知渠道",
"metaInfo": {
"extra": {
"intent_uri": "S.jumptype=57618"
}
},
"newMetaInfo": {
"extra": {
"channel_name": "好友消息",
"channel_description": null,
"channel_id": "contact_chat"
}
},
"stop": false
},
{
"name": "qq群聊消息设新通知渠道",
"metaInfo": {
"extra": {
"intent_uri": "S.jumptype=57619",
"__mipush_tag_icon": null
}
},
"newMetaInfo": {
"extra": {
"channel_name": "群聊消息",
"channel_description": null,
"channel_id": "group_chat",
"__mipush_tag_icon": "1"
}
},
"stop": false
},
{
"name": "qq临时会话消息设新通知渠道",
"metaInfo": {
"extra": {
"intent_uri": "S.jumptype=57620"
}
},
"newMetaInfo": {
"extra": {
"channel_name": "临时会话",
"channel_description": null,
"channel_id": "temporary_chat"
}
},
"stop": false
},
{
"name": "qq原通知渠道改名",
"metaInfo": {
"extra": {
"channel_id": "105584"
}
},
"newMetaInfo": {
"extra": {
"channel_name": "其他消息",
"channel_description": null,
"channel_id": "105584"
}
},
"stop": false
},
{
"name": "特别关心设新渠道,并通知时亮屏",
"metaInfo": {
"title": "^\\[特别关心\\]"
},
"newMetaInfo": {
"extra": {
"channel_name": "特别关心",
"channel_description": null,
"channel_id": "speacial_follow"
}
},
"operation": "wake",
"stop": false
},
{
"name": "文件、语音消息识别为好友消息",
"metaInfo": {
"description": "\\[文件\\]|\\[语音消息\\]",
"title": "(?<title>[\\s\\S]*)"
},
"newMetaInfo": {
"extra": {
"channel_name": "好友消息",
"channel_description": null,
"channel_id": "contact_chat"
},
"notifyId": [
"hash",
[
"$",
"title"
]
]
},
"stop": false
}
],
"QQ-消息类型标记": [
[
"cond",
[
{
"metaInfo": {
"extra": {
"channel_id": "^(?!.*(group_chat))"
}
}
},
"标记为个人消息"
],
[
{
"metaInfo": {
"extra": {
"channel_id": "group_chat"
}
}
},
"标记为群组消息"
]
]
],
"QQ-头像支持": [
"qq群头像支持",
{
"name": "头像支持",
"metaInfo": {
"extra": {
"intent_uri": "S\\.fromuin=(?<id>\\d+)",
"notification_large_icon_uri": null
}
},
"newMetaInfo": {
"extra": {
"notification_large_icon_uri": "http://q.qlogo.cn/g?b=qq&s=100&nk=${id}"
}
},
"stop": false
},
"大图标显示成圆形"
],
"QQ-群消息整形": [
"群消息整形-小米经典样式",
"群消息整形-原生通知样式"
],
"QQ-我的设备消息整形": [
{
"name": "我的设备消息整形",
"metaInfo": {
"title": "QQ",
"description": "(?<device>^[^:]*):(?<content>[\\s\\S]*)"
},
"newMetaInfo": {
"title": "${device}",
"description": "${content}"
},
"stop": false
}
],
"QQ-会话概念修复": [
{
"name": "个人消息会话概念修复",
"metaInfo": {
"extra": {
"intent_uri": "S\\.fromuin=(?<id>\\d+)"
}
},
"newMetaInfo": {
"notifyId": "${id}"
},
"stop": false
},
{
"name": "群组消息会话概念修复",
"metaInfo": {
"extra": {
"intent_uri": "^(?!.*S\\.groupuin=).*S\\.groupcode=(?<id>\\d+)"
}
},
"newMetaInfo": {
"notifyId": "${id}"
},
"stop": false
}
],
"com.tencent.mobileqq": [
"QQ-会话概念修复",
"QQ-消息分类",
"QQ-复用QA通知渠道",
"QQ-消息类型标记",
"QQ-头像支持",
"QQ-MessagingStyle",
{
"name": "QQ 来电时自动唤醒和打开",
"metaInfo": {
"description": "(?<name>.*) (?<content>正在呼叫你.*)"
},
"newMetaInfo": {
"title": "${name}",
"description": "${content}"
},
"operation": "wake|open",
"stop": false
},
{
"name": "qq特定消息时点亮屏幕",
"metaInfo": {
"description": "有急事|收到请回复"
},
"operation": "wake",
"stop": false
},
{
"name": "特定群聊消息通知",
"metaInfo": {
"title": "这里改成特定的群聊名称",
"description": "^(?!.*(\\[有关注的内容\\]|这里改成@自己的群昵称|这里改成需要通知的关键词))",
"extra": {
"intent_uri": "S.jumptype=57619"
}
},
"operation": "ignore",
"stop": false
},
"QQ-我的设备消息整形",
"QQ-群消息整形",
"QQ-屏蔽全体消息",
"QQ-意图重整"
]
}
}