-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrichMenu.json
63 lines (63 loc) · 1.09 KB
/
richMenu.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
{
"size": {
"width": 2500,
"height": 1686
},
"selected": true,
"name": "Sample Rich Menu",
"chatBarText": "呼叫健身助理🏋️",
"areas": [
{
"bounds": {
"x": 0,
"y": 0,
"width": 1250,
"height": 843
},
"action": {
"type": "message",
"label": "左上按鈕",
"text": "飲食管理"
}
},
{
"bounds": {
"x": 1250,
"y": 0,
"width": 1250,
"height": 843
},
"action": {
"type": "message",
"label": "右上按鈕",
"text": "體態紀錄"
}
},
{
"bounds": {
"x": 0,
"y": 843,
"width": 1250,
"height": 843
},
"action": {
"type": "message",
"label": "左下按鈕",
"text": "運動目標"
}
},
{
"bounds": {
"x": 1250,
"y": 843,
"width": 1250,
"height": 843
},
"action": {
"type": "message",
"label": "右下按鈕",
"text": "運動指導"
}
}
]
}