-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathcom.ss.android.ugc.aweme_抖音.json
97 lines (97 loc) · 2 KB
/
com.ss.android.ugc.aweme_抖音.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
{
"version": "0.1.0",
"configs": {
"抖音-会话概念修复": [
[
"cond",
[
{
"metaInfo": {
"extra": {
"origin_channel_id": "pre213"
}
}
},
"标记为群组消息"
],
[
{
"metaInfo": {
"extra": {
"channel_id": "100681"
}
}
},
"标记为个人消息"
]
],
[
"cond",
[
"聊天消息",
"将标题相同的通知视为同一会话"
]
],
[
"cond",
[
"聊天消息",
{
"newMetaInfo": {
"extra": {
"notification_group": null
}
},
"stop": false
}
]
]
],
"抖音-Messaging Style": [
"抖音-会话概念修复",
{
"metaInfo": {
"extra": {
"origin_channel_id": "^pre213$"
}
},
"newMetaInfo": {
"extra": {
"channel_id": "pre213",
"channel_name": "群聊消息"
}
},
"stop": false
},
[
"cond",
[
"个人消息",
{
"metaInfo": {
"description": "^私信了你: (?<content>[\\s\\S]+)"
},
"newMetaInfo": {
"description": "${content}"
},
"stop": false
}
]
],
[
"cond",
[
"聊天消息",
"大图标显示成圆形"
]
],
"使用 Messaging Style",
"[Messaging Style] 大图标作为个人头像"
],
"com.ss.android.ugc.aweme": [
"抖音-会话概念修复",
"抖音-Messaging Style",
"允许运营消息"
]
}
}