-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjudge.json
199 lines (199 loc) · 5.28 KB
/
judge.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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
{
"type": "bubble",
"hero": {
"type": "image",
"url": "https://as1.ftcdn.net/v2/jpg/03/06/03/40/1000_F_306034099_2G1haiuUOj0lsqnytd00qzyxpJshmDDe.jpg",
"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": "text",
"text": "event_name",
"size": "md"
},
{
"type": "text",
"text": "目前最高票3個時段依序是:",
"size": "md"
},
{
"type": "box",
"layout": "baseline",
"contents": [
{
"type": "text",
"text": "【1】",
"flex": 1,
"size": "sm",
"color": "#A0522D"
},
{
"type": "text",
"text": " [1ST TIME_SLOT] + [參與人數]",
"flex": 5,
"size": "sm",
"wrap": true
}
],
"spacing": "none",
"margin": "md"
},
{
"type": "box",
"layout": "baseline",
"contents": [
{
"type": "text",
"text": "【2】",
"flex": 1,
"size": "sm",
"color": "#A0522D"
},
{
"type": "text",
"text": " [1ST TIME_SLOT] + [參與人數]",
"flex": 5,
"size": "sm",
"wrap": true
}
],
"spacing": "none",
"margin": "md"
},
{
"type": "box",
"layout": "baseline",
"contents": [
{
"type": "text",
"text": "【3】",
"flex": 1,
"size": "sm",
"color": "#A0522D"
},
{
"type": "text",
"text": " [1ST TIME_SLOT] + [參與人數]",
"flex": 5,
"size": "sm",
"wrap": true
}
],
"spacing": "none",
"margin": "md"
},
{
"type": "text",
"text": " 請 @[MEMBER_NAME]... 針對以上時段再次確認是否能夠參與此活動!",
"margin": "lg",
"size": "md",
"wrap": true
},
{
"type": "box",
"layout": "baseline",
"contents": [
{
"type": "text",
"text": "【備註】",
"flex": 3,
"size": "sm",
"color": "#A0522D"
},
{
"type": "text",
"text": "請在 ([當前時間]+ 3HR) 前完成確認",
"flex": 9,
"size": "sm",
"wrap": true
}
],
"spacing": "none",
"margin": "xxl"
},
{
"type": "box",
"layout": "baseline",
"contents": [
{
"type": "text",
"text": "【結算】",
"flex": 3,
"size": "sm",
"color": "#DB6D60"
},
{
"type": "text",
"text": "針對目前投票結果進行結算",
"flex": 9,
"size": "sm",
"wrap": true
}
],
"spacing": "none",
"margin": "xxl"
}
]
}
]
},
"footer": {
"type": "box",
"layout": "vertical",
"spacing": "sm",
"contents": [
{
"type": "button",
"style": "link",
"height": "sm",
"action": {
"type": "uri",
"label": "我要修改投票之回覆",
"uri": "https://www.youtube.com/watch?v=39ixCVI9ACU"
}
},
{
"type": "button",
"action": {
"type": "uri",
"label": "查看當前投票結果",
"uri": "https://www.youtube.com/watch?v=EgS4A0YsIaY"
},
"height": "sm",
"style": "link"
},
{
"type": "button",
"action": {
"type": "uri",
"label": "結算",
"uri": "http://linecorp.com/"
},
"height": "sm",
"style": "link"
}
],
"flex": 0
}
}