-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathno_common.json
130 lines (130 loc) · 3.4 KB
/
no_common.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
{
"type": "bubble",
"hero": {
"type": "image",
"url": "https://cdn-icons-png.flaticon.com/512/1792/1792713.png",
"size": "full",
"aspectRatio": "20:13",
"aspectMode": "fit",
"action": {
"type": "uri",
"uri": "http://linecorp.com/"
}
},
"body": {
"type": "box",
"layout": "vertical",
"contents": [
{
"type": "text",
"text": "大家真的太忙了QQ",
"weight": "bold",
"size": "xl"
},
{
"type": "box",
"layout": "vertical",
"margin": "lg",
"spacing": "sm",
"contents": [
{
"type": "text",
"text": "很抱歉!在 [Start_Day] ~ [End_Day] 中,並沒有大家都方便的時間,請考慮修改自己可以參與的時間,或考量是否再次訂定其他潛在活動時段?",
"wrap": true
},
{
"type": "box",
"layout": "baseline",
"contents": [
{
"type": "text",
"text": "【結束投票】",
"flex": 5,
"size": "sm",
"color": "#DB6D60"
},
{
"type": "text",
"text": "刪除這次投票紀錄(不可逆)",
"flex": 5,
"size": "sm",
"wrap": true
}
],
"spacing": "none",
"margin": "xxl"
},
{
"type": "box",
"layout": "baseline",
"contents": [
{
"type": "text",
"text": "【發起新活動】",
"flex": 5,
"size": "sm",
"color": "#DB6D60"
},
{
"type": "text",
"text": "刪除這次投票紀錄(不可逆)並發起新的活動",
"flex": 5,
"size": "sm",
"wrap": true
}
]
}
]
}
]
},
"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=Nbj20ejxtuA"
},
"flex": 3
},
{
"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
}
}