-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnormal_result.json
118 lines (118 loc) · 2.88 KB
/
normal_result.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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"type": "bubble",
"hero": {
"type": "image",
"url": "https://cdn-icons-png.flaticon.com/512/3770/3770792.png",
"size": "full",
"aspectRatio": "20:13",
"aspectMode": "fit",
"action": {
"type": "uri",
"uri": "http://linecorp.com/"
}
},
"body": {
"type": "box",
"layout": "vertical",
"contents": [
{
"type": "text",
"text": "結果公告!!",
"weight": "bold",
"size": "xl"
},
{
"type": "box",
"layout": "vertical",
"margin": "lg",
"spacing": "sm",
"contents": [
{
"type": "box",
"layout": "baseline",
"contents": [
{
"type": "text",
"text": "【活動名稱】",
"flex": 5,
"size": "sm",
"color": "#A0522D"
},
{
"type": "text",
"text": "Event_Name",
"flex": 5,
"size": "sm",
"wrap": true
}
],
"spacing": "none",
"margin": "md"
},
{
"type": "box",
"layout": "baseline",
"contents": [
{
"type": "text",
"text": "【活動時間】",
"flex": 5,
"size": "sm",
"color": "#A0522D"
},
{
"type": "text",
"text": "Event_Time",
"flex": 5,
"size": "sm",
"wrap": true
}
],
"spacing": "none",
"margin": "sm"
},
{
"type": "box",
"layout": "baseline",
"contents": [
{
"type": "text",
"text": "【參與成員】",
"flex": 5,
"size": "sm",
"color": "#A0522D"
},
{
"type": "text",
"text": "Member_List",
"flex": 5,
"size": "sm",
"wrap": true
}
],
"spacing": "none",
"margin": "sm"
}
]
}
]
},
"footer": {
"type": "box",
"layout": "vertical",
"spacing": "sm",
"contents": [
{
"type": "button",
"style": "link",
"height": "sm",
"action": {
"type": "uri",
"label": "查看投票之完整結果",
"uri": ""
}
}
],
"flex": 0
}
}