forked from williamyen0623/AI_FinalProject_Group9
-
Notifications
You must be signed in to change notification settings - Fork 0
/
day.txt
153 lines (153 loc) · 3.43 KB
/
day.txt
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
{
"type": "carousel",
"contents": [
{
"type": "bubble",
"hero": {
"type": "image",
"size": "full",
"aspectRatio": "20:13",
"aspectMode": "cover",
"url": "https://img.onl/uuZ5e4"
},
"body": {
"type": "box",
"layout": "vertical",
"spacing": "sm",
"contents": [
{
"type": "text",
"wrap": true,
"weight": "bold",
"size": "xl",
"text": "挑選日期"
},
{
"type": "box",
"layout": "baseline",
"contents": [
{
"type": "text",
"wrap": true,
"weight": "regular",
"size": "xl",
"flex": 0,
"text": "請選擇您的用餐日期"
}
]
}
]
},
"footer": {
"type": "box",
"layout": "vertical",
"spacing": "sm",
"contents": [
{
"type": "button",
"action": {
"type": "message",
"label": "星期一",
"text": "星期一"
}
},
{
"type": "button",
"action": {
"type": "message",
"label": "星期二",
"text": "星期二"
},
"style": "link"
},
{
"type": "button",
"action": {
"type": "message",
"label": "星期三",
"text": "星期三"
}
},
{
"type": "button",
"action": {
"type": "message",
"label": "星期四",
"text": "星期四"
}
}
]
}
},
{
"type": "bubble",
"hero": {
"type": "image",
"size": "full",
"aspectRatio": "20:13",
"aspectMode": "cover",
"url": "https://img.onl/uEl8Yr"
},
"body": {
"type": "box",
"layout": "vertical",
"spacing": "sm",
"contents": [
{
"type": "text",
"text": "挑選日期",
"wrap": true,
"weight": "bold",
"size": "xl"
},
{
"type": "box",
"layout": "baseline",
"contents": [
{
"type": "text",
"wrap": true,
"weight": "regular",
"size": "xl",
"flex": 0,
"text": "請選擇您的用餐日期"
}
]
}
]
},
"footer": {
"type": "box",
"layout": "vertical",
"spacing": "sm",
"contents": [
{
"type": "button",
"action": {
"type": "message",
"label": "星期五",
"text": "星期五"
}
},
{
"type": "button",
"action": {
"type": "message",
"label": "星期六",
"text": "星期六"
},
"style": "link"
},
{
"type": "button",
"action": {
"type": "message",
"label": "星期日",
"text": "星期日"
}
}
]
}
}
]
}