SyuanYu il y a 2 ans
Parent
commit
f18e56180c
1 fichiers modifiés avec 23 ajouts et 2 suppressions
  1. 23 2
      misa-liff/js/liff-functions.js

+ 23 - 2
misa-liff/js/liff-functions.js

@@ -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"
     }
   };