massage-singel-msg-card.json
1.22 KB
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
{
"config": {
"wide_screen_mode": true,
"update_multi":true
},
"elements": [
{
"tag": "div",
"text": {
"content": "欢呼吧,你本周有按摩名额哦!记得给我投票哦!",
"tag": "lark_md"
}
},
{
"actions": [
{
"tag": "button",
"text": {
"content": "😁 接受",
"tag": "plain_text"
},
"type": "default",
"value": {
"key": "massage-singel.revice"
}
},
{
"tag": "button",
"text": {
"content": "😢 怕疼",
"tag": "plain_text"
},
"type": "default",
"value": {
"key": "massage-singel.giveUp"
}
},
{
"tag": "button",
"text": {
"content": "😢 我最后来",
"tag": "plain_text"
},
"type": "default",
"value": {
"key": "massage-singel.wait"
}
}
],
"tag": "action"
}
],
"header": {
"template": "turquoise",
"title": {
"content": "👻 按摩提醒请查收!",
"tag": "plain_text"
}
}
}