|
@@ -224,6 +224,27 @@ function createFlexMessageData() {
|
|
|
"backgroundColor": "#f39a00",
|
|
|
"cornerRadius": "md"
|
|
|
},
|
|
|
+ {
|
|
|
+ "type": "box",
|
|
|
+ "layout": "vertical",
|
|
|
+ "contents": [
|
|
|
+ {
|
|
|
+ "type": "button",
|
|
|
+ "style": "link",
|
|
|
+ "height": "sm",
|
|
|
+ "action": {
|
|
|
+ "type": "uri",
|
|
|
+ "label": "活動分享",
|
|
|
+ "uri": "https://liff.googo.org/misa-liff/"
|
|
|
+ },
|
|
|
+ "color": "#f39a00"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "cornerRadius": "md",
|
|
|
+ "margin": "lg",
|
|
|
+ "borderColor": "#f39a00",
|
|
|
+ "borderWidth": "normal"
|
|
|
+ },
|
|
|
{
|
|
|
"type": "box",
|
|
|
"layout": "vertical",
|
|
@@ -257,11 +278,11 @@ function createFlexMessageData() {
|
|
|
"margin": "none",
|
|
|
"position": "absolute",
|
|
|
"offsetStart": "108px",
|
|
|
- "offsetTop": "77px"
|
|
|
+ "offsetTop": "130px"
|
|
|
}
|
|
|
],
|
|
|
"flex": 0,
|
|
|
- "height": "150px"
|
|
|
+ "height": "200px"
|
|
|
}
|
|
|
};
|
|
|
|