-
Notifications
You must be signed in to change notification settings - Fork 22
/
msg_card.json
51 lines (51 loc) · 1.42 KB
/
msg_card.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
{
"config": {
"wide_screen_mode": true
},
"elements": [
{
"tag": "markdown",
"content": "**title**",
"href": {
"urlVal": {
"url": "https://www.feishu.com",
"android_url": "https://developer.android.com/",
"ios_url": "lark://msgcard/unsupported_action",
"pc_url": "https://www.feishu.com"
}
}
},
{
"tag": "hr"
},
{
"tag": "markdown",
"content": "content",
"href": {
"urlVal": {
"url": "https://www.feishu.com",
"android_url": "https://developer.android.com/",
"ios_url": "lark://msgcard/unsupported_action",
"pc_url": "https://www.feishu.com"
}
}
},
{
"tag": "note",
"elements": [
{
"tag": "img",
"img_key": "img_v2_52a084f5-ad8c-46a8-bff1-0e9b9d4c95fg",
"alt": {
"tag": "plain_text",
"content": "图片"
}
},
{
"tag": "plain_text",
"content": "传达室大爷"
}
]
}
]
}