-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtree.json
More file actions
87 lines (87 loc) · 2.09 KB
/
tree.json
File metadata and controls
87 lines (87 loc) · 2.09 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
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
{
"type": "bubble",
"hero": {
"type": "image",
"url": "https://user-images.githubusercontent.com/68285613/105694508-04509b00-5f3c-11eb-88e4-b210440358c3.png",
"size": "full",
"aspectRatio": "20:13",
"aspectMode": "cover",
"action": {
"type": "uri",
"uri": "https://liff.line.me/1655540473-W8w5r6KJ"
}
},
"body": {
"type": "box",
"layout": "vertical",
"contents": [
{
"type": "text",
"text": "Tree",
"color": "#D2C385",
"weight": "bold",
"size": "xl"
},
{
"type": "box",
"layout": "vertical",
"margin": "lg",
"spacing": "sm",
"contents": [
{
"type": "box",
"layout": "baseline",
"spacing": "sm",
"contents": [
{
"type": "text",
"text": "Examples and Explanations",
"wrap": true,
"color": "#665236",
"size": "sm",
"flex": 5
}
]
},
{
"type": "box",
"layout": "baseline",
"spacing": "sm",
"contents": [
{
"type": "text",
"text": "Binary Tree, Red Black Tree, AVL Tree, 2-3 Tree, 2-3-4 Tree",
"wrap": true,
"color": "#665236",
"size": "sm",
"flex": 5
}
]
}
]
}
]
},
"footer": {
"type": "box",
"layout": "vertical",
"spacing": "sm",
"contents": [
{
"type": "button",
"style": "link",
"height": "sm",
"action": {
"type": "uri",
"label": "WEBSITE",
"uri": "https://liff.line.me/1655540473-W8w5r6KJ"
}
},
{
"type": "spacer",
"size": "sm"
}
],
"flex": 0
}
}