develop_Yu 2 vuotta sitten
vanhempi
commit
08c437cad6

+ 0 - 7
main.py

@@ -68,13 +68,6 @@ def news(request: Request):
     data=r.get('misa-liff2')
     return json.loads(data)
 
-@app.get("/misa-event")
-def news(request: Request):
-    r = redis.Redis(host='db.ptt.cx', port=6379, db=2,password='choozmo9')
-    data=r.get('misa-liff')
-    return json.loads(data)
-
-
 if __name__ == "__main__":
     uvicorn.run("main:app", host="0.0.0.0", port=9898,ssl_keyfile='/etc/letsencrypt/live/liff.googo.org/privkey.pem',ssl_certfile='/etc/letsencrypt/live/liff.googo.org/cert.pem')
     

BIN
misa-event/icon/badge.png


BIN
misa-event/icon/example.png


BIN
misa-event/icon/icon.ico


BIN
misa-event/icon/liff.png


BIN
misa-event/img/CMM_LOGO.png


BIN
misa-event/img/arrow.png


BIN
misa-event/img/phone.png


BIN
misa-event/img/step-phone.png


+ 0 - 62
misa-event/index.html

@@ -1,62 +0,0 @@
-<!DOCTYPE html>
-<html>
-
-<head>
-  <meta charset="utf-8" />
-  <meta name="viewport" content="width=device-width, initial-scale=1" />
-  <title>MISA 活動分享</title>
-  <link rel="shortcut icon" href="icon/icon.ico" type="image/x-icon" />
-  <link rel="icon" href="icon/icon.ico" type="image/x-icon" />
-  <link rel="stylesheet" href="/css/style.css">
-</head>
-
-<body>
-  <div id="message">
-    <center>
-      <img style="margin: 0; width: 250px; image-rendering: -webkit-optimize-contrast;" src="https://s3cdn.yourator.co/banners/banners/000/001/645/home/06dc43274281d1bd66f4a49adbbae354ec3426b8.png"
-        alt="">
-      <h2>MISA 活動 <br> LINE 傳單分享</h2>
-    </center>
-
-    <div class="step-container">
-      <div class="step-item">
-        <div>
-          <img src="/liff2/img/phone.png" alt="">
-        </div>
-        <div class="text">
-          <h3>如何 2 步驟分享給好友</h3>
-          <div>
-            <p>步驟 1</p>
-            <p>請點擊登入 LINE 帳號。<br>(第一次使用需授予許可)</p>
-          </div>
-          <img src="/liff2/img/arrow.png" alt="">
-          <div>
-            <p>步驟 2</p>
-            <p>請點擊「發傳單給最多十位好友」,<br>選擇發送對象後按下分享即可傳送。</p>
-          </div>
-        </div>
-      </div>
-    </div>
-
-    <center>
-      <img
-        src="https://firebasestorage.googleapis.com/v0/b/uce-bot.appspot.com/o/user.jpg?alt=media&token=554b90c5-562c-469a-bfee-f36b5e3f54c9"
-        style="border-radius: 10px;" width="150px" height="150px" id="profileImage" />
-    </center>
-
-    <center>
-      <button onclick="login()">登入 LINE</button>
-      <button onclick="logout()">登出 LINE</button>
-      <button onclick="sendShare()">測試按鈕</button>
-      <button id="senddm" onclick="shareTargetPicker()">發傳單給最多十個好友</button>
-    </center>
-  </div>
-
-  <p id="load">ChoozMo</p>
-  <script src="https://static.line-scdn.net/liff/edge/2/sdk.js"></script>
-  <script src="js/liff-init.js"></script>
-  <script src="js/liff-functions.js"></script>
-  <script src="https://unpkg.com/axios/dist/axios.min.js"></script>
-</body>
-
-</html>

+ 0 - 555
misa-event/js/liff-functions.js

@@ -1,555 +0,0 @@
-function getProfile() {
-  liff
-    .getProfile()
-    .then(profile => {
-      console.log(JSON.stringify(profile));
-      window.alert(JSON.stringify(profile));
-    })
-    .catch(e => {
-      console.log(e);
-      window.alert(e);
-    });
-}
-function getAccessToken() {
-  window.alert(liff.getAccessToken());
-}
-function getContext() {
-  window.alert(JSON.stringify(liff.getContext()));
-}
-
-function sendMessage() {
-  liff
-    .sendMessages([{ type: "text", text: "中文測試 Hello from LIFF2.0" }])
-    .then(() => {
-      window.alert("Message has been sent");
-    })
-    .catch(e => {
-      window.alert(e);
-    });
-}
-
-function login() {
-  liff.login();
-}
-
-function scanCode() {
-  liff
-    .scanCode()
-    .then(result => {
-      window.alert(JSON.stringify(result));
-    })
-    .catch(e => {
-      window.alert(e);
-    });
-}
-
-function openWindow() {
-  liff.openWindow({
-    url: "https://sirateek.me",
-    external: true
-  });
-}
-
-function closeWindow() {
-  liff.closeWindow();
-}
-
-function logout() {
-  if (liff.isLoggedIn()) {
-    liff.logout();
-    window.alert("Successfully to Logout");
-    location.reload();
-  }
-}
-
-
-// function createFlexMessageData() {
-//   var flex = {
-//     "type": "flex",
-//     "altText": redistitle,
-//     "contents": redisdata,
-//   };
-
-//   return flex;
-// }
-
-var _title = "MISA 向您分享了最新消息!";
-
-function createFlexMessageData() {
-  var myFlexContent = {
-    "type": "bubble",
-    "hero": {
-      "type": "box",
-      "layout": "vertical",
-      "contents": [
-        {
-          "type": "box",
-          "layout": "vertical",
-          "contents": [
-            {
-              "type": "text",
-              "text": "MISA 新年度 新思維",
-              "color": "#ffffff",
-              "align": "center",
-              "offsetTop": "3px",
-              "size": "lg",
-              "weight": "bold"
-            }
-          ],
-          "backgroundColor": "#dd462b",
-          "paddingAll": "15px"
-        },
-        {
-          "type": "box",
-          "layout": "vertical",
-          "contents": [
-            {
-              "type": "image",
-              "size": "full",
-              "margin": "none",
-              "url": "https://upload.cc/i1/2023/01/07/U4iHYt.jpg"
-            }
-          ],
-          "paddingStart": "5px",
-          "paddingEnd": "5px",
-          "height": "220px",
-          "paddingTop": "10px"
-        }
-      ]
-    },
-    "body": {
-      "type": "box",
-      "layout": "vertical",
-      "contents": [
-        {
-          "type": "text",
-          "text": "【2023 新的一年如何翻轉慣性思考邏輯",
-          "weight": "bold",
-          "size": "sm",
-          "align": "center",
-          "wrap": true
-        },
-        {
-          "type": "text",
-          "text": "創造新思維模式】",
-          "weight": "bold",
-          "size": "sm",
-          "align": "center",
-          "wrap": true
-        },
-        {
-          "type": "text",
-          "text": "「經營管理」的面向非常廣泛",
-          "weight": "bold",
-          "size": "sm",
-          "align": "center",
-          "wrap": true,
-          "margin": "xxl"
-        },
-        {
-          "type": "text",
-          "text": "曾國棟院士透過線上課程視頻",
-          "weight": "bold",
-          "size": "sm",
-          "align": "center",
-          "wrap": true,
-          "margin": "sm"
-        },
-        {
-          "type": "text",
-          "text": "為您分析歸納在職場管理會遇到的問題",
-          "weight": "bold",
-          "size": "sm",
-          "align": "center",
-          "wrap": true,
-          "margin": "sm"
-        },
-        {
-          "type": "text",
-          "text": "跳出框架,充分建立基本的心理建設",
-          "weight": "bold",
-          "size": "sm",
-          "align": "center",
-          "margin": "sm",
-          "wrap": true
-        },
-        {
-          "type": "text",
-          "text": "幫助您減少摸索的時間",
-          "weight": "bold",
-          "size": "sm",
-          "align": "center",
-          "margin": "sm",
-          "wrap": true
-        },
-        {
-          "type": "text",
-          "text": "新年度跨越思維",
-          "weight": "bold",
-          "size": "sm",
-          "align": "center",
-          "margin": "xxl"
-        },
-        {
-          "type": "text",
-          "text": "讓您瞭解成功領導者在想什麼!",
-          "weight": "bold",
-          "size": "sm",
-          "align": "center",
-          "margin": "sm"
-        }
-      ]
-    },
-    "footer": {
-      "type": "box",
-      "layout": "vertical",
-      "spacing": "sm",
-      "contents": [
-        {
-          "type": "box",
-          "layout": "vertical",
-          "contents": [
-            {
-              "type": "button",
-              "style": "link",
-              "height": "sm",
-              "action": {
-                "type": "uri",
-                "label": "活動主頁",
-                "uri": "https://www.misaglobal.org/event"
-              },
-              "color": "#ffffff"
-            }
-          ],
-          "backgroundColor": "#dd462b",
-          "cornerRadius": "md"
-        },
-        {
-          "type": "box",
-          "layout": "vertical",
-          "contents": [
-            {
-              "type": "button",
-              "style": "link",
-              "height": "sm",
-              "action": {
-                "type": "uri",
-                "label": "活動分享",
-                "uri": "https://liff.googo.org/misa-event/"
-              },
-              "color": "#dd462b"
-            }
-          ],
-          "cornerRadius": "md",
-          "margin": "lg",
-          "borderColor": "#dd462b",
-          "borderWidth": "normal"
-        },
-        {
-          "type": "box",
-          "layout": "vertical",
-          "contents": [
-            {
-              "type": "button",
-              "style": "link",
-              "height": "sm",
-              "action": {
-                "type": "uri",
-                "label": "官方網站",
-                "uri": "https://www.misaglobal.org/"
-              },
-              "color": "#dd462b"
-            }
-          ],
-          "cornerRadius": "md",
-          "margin": "lg",
-          "borderColor": "#dd462b",
-          "borderWidth": "normal"
-        },
-        {
-          "type": "box",
-          "layout": "vertical",
-          "contents": [
-            {
-              "type": "image",
-              "url": "https://static.kolable.com/images/misa/logo.png/120?v=1641520480847"
-            }
-          ],
-          "margin": "none",
-          "position": "absolute",
-          "offsetStart": "108px",
-          "offsetTop": "130px"
-        }
-      ],
-      "flex": 0,
-      "height": "200px"
-    }
-  };
-
-  var flex = {
-    "type": "flex",
-    "altText": _title,
-    "contents": myFlexContent,
-  };
-
-  return flex;
-}
-
-var redisdata = '';
-
-function shareTargetPicker() {
-
-  if (liff.isApiAvailable('shareTargetPicker')) {
-    liff.shareTargetPicker([{
-      type: "text",
-      text: "Hello, World!"
-    }])
-    .then(
-      liff.openWindow({
-        url: "https://liff.googo.org/misa-liff/",
-        external: true
-      })
-    ).catch(function(res) {
-      liff.openWindow({
-        url: "https://liff.googo.org/misa-liff/",
-        external: true
-      })
-      alert(`${res} Failed to launch ShareTargetPicker`)
-    })
-  } 
-  else {
-    alert("你的 LINE App 暫時不支援 Share Target Picker ,將開始外部瀏覽器。")
-    liff.openWindow({
-      url: "https://liff.googo.org/misa-liff/",
-      external: true
-    });
-  }
-}
-
-async function sendShare() {
-  const result = await liff.shareTargetPicker([
-    {
-      "type": "bubble",
-      "hero": {
-        "type": "box",
-        "layout": "vertical",
-        "contents": [
-          {
-            "type": "box",
-            "layout": "vertical",
-            "contents": [
-              {
-                "type": "text",
-                "text": "MISA 新年度 新思維",
-                "color": "#ffffff",
-                "align": "center",
-                "offsetTop": "3px",
-                "size": "lg",
-                "weight": "bold"
-              }
-            ],
-            "backgroundColor": "#dd462b",
-            "paddingAll": "15px"
-          },
-          {
-            "type": "box",
-            "layout": "vertical",
-            "contents": [
-              {
-                "type": "image",
-                "size": "full",
-                "margin": "none",
-                "url": "https://upload.cc/i1/2023/01/07/U4iHYt.jpg"
-              }
-            ],
-            "paddingStart": "5px",
-            "paddingEnd": "5px",
-            "height": "220px",
-            "paddingTop": "10px"
-          }
-        ]
-      },
-      "body": {
-        "type": "box",
-        "layout": "vertical",
-        "contents": [
-          {
-            "type": "text",
-            "text": "【2023 新的一年如何翻轉慣性思考邏輯",
-            "weight": "bold",
-            "size": "sm",
-            "align": "center",
-            "wrap": true
-          },
-          {
-            "type": "text",
-            "text": "創造新思維模式】",
-            "weight": "bold",
-            "size": "sm",
-            "align": "center",
-            "wrap": true
-          },
-          {
-            "type": "text",
-            "text": "「經營管理」的面向非常廣泛",
-            "weight": "bold",
-            "size": "sm",
-            "align": "center",
-            "wrap": true,
-            "margin": "xxl"
-          },
-          {
-            "type": "text",
-            "text": "曾國棟院士透過線上課程視頻",
-            "weight": "bold",
-            "size": "sm",
-            "align": "center",
-            "wrap": true,
-            "margin": "sm"
-          },
-          {
-            "type": "text",
-            "text": "為您分析歸納在職場管理會遇到的問題",
-            "weight": "bold",
-            "size": "sm",
-            "align": "center",
-            "wrap": true,
-            "margin": "sm"
-          },
-          {
-            "type": "text",
-            "text": "跳出框架,充分建立基本的心理建設",
-            "weight": "bold",
-            "size": "sm",
-            "align": "center",
-            "margin": "sm",
-            "wrap": true
-          },
-          {
-            "type": "text",
-            "text": "幫助您減少摸索的時間",
-            "weight": "bold",
-            "size": "sm",
-            "align": "center",
-            "margin": "sm",
-            "wrap": true
-          },
-          {
-            "type": "text",
-            "text": "新年度跨越思維",
-            "weight": "bold",
-            "size": "sm",
-            "align": "center",
-            "margin": "xxl"
-          },
-          {
-            "type": "text",
-            "text": "讓您瞭解成功領導者在想什麼!",
-            "weight": "bold",
-            "size": "sm",
-            "align": "center",
-            "margin": "sm"
-          }
-        ]
-      },
-      "footer": {
-        "type": "box",
-        "layout": "vertical",
-        "spacing": "sm",
-        "contents": [
-          {
-            "type": "box",
-            "layout": "vertical",
-            "contents": [
-              {
-                "type": "button",
-                "style": "link",
-                "height": "sm",
-                "action": {
-                  "type": "uri",
-                  "label": "活動主頁",
-                  "uri": "https://www.misaglobal.org/event"
-                },
-                "color": "#ffffff"
-              }
-            ],
-            "backgroundColor": "#dd462b",
-            "cornerRadius": "md"
-          },
-          {
-            "type": "box",
-            "layout": "vertical",
-            "contents": [
-              {
-                "type": "button",
-                "style": "link",
-                "height": "sm",
-                "action": {
-                  "type": "uri",
-                  "label": "活動分享",
-                  "uri": "https://liff.googo.org/misa-event/"
-                },
-                "color": "#dd462b"
-              }
-            ],
-            "cornerRadius": "md",
-            "margin": "lg",
-            "borderColor": "#dd462b",
-            "borderWidth": "normal"
-          },
-          {
-            "type": "box",
-            "layout": "vertical",
-            "contents": [
-              {
-                "type": "button",
-                "style": "link",
-                "height": "sm",
-                "action": {
-                  "type": "uri",
-                  "label": "官方網站",
-                  "uri": "https://www.misaglobal.org/"
-                },
-                "color": "#dd462b"
-              }
-            ],
-            "cornerRadius": "md",
-            "margin": "lg",
-            "borderColor": "#dd462b",
-            "borderWidth": "normal"
-          },
-          {
-            "type": "box",
-            "layout": "vertical",
-            "contents": [
-              {
-                "type": "image",
-                "url": "https://static.kolable.com/images/misa/logo.png/120?v=1641520480847"
-              }
-            ],
-            "margin": "none",
-            "position": "absolute",
-            "offsetStart": "108px",
-            "offsetTop": "130px"
-          }
-        ],
-        "flex": 0,
-        "height": "200px"
-      }
-    }
-  ])
-  if (result) {
-    alert(`[${result.status}] Message sent!`)
-  } else {
-    const [majorVer, minorVer, patchVer] = (liff.getLineVersion() || "").split('.');
-
-    if (minorVer === undefined) {
-      alert('ShareTargetPicker was canceled in external browser')
-      return
-    }
-
-    if (parseInt(majorVer) >= 10 && parseInt(minorVer) >= 10 && parseInt(patchVer) > 0) {
-      alert('ShareTargetPicker was canceled in LINE app')
-    }
-  }
-}

+ 0 - 84
misa-event/js/liff-init.js

@@ -1,84 +0,0 @@
-// ----- Configuration Zone! -----
-// Don't forget to change this to your LIFF ID
-
-const liffId = "1657798288-gbq4rdxV";
-
-// Don't forget to change this to your LIFF ID
-
-liff.init(
-  { liffId: liffId },
-  () => {
-    initLIFF();
-  },
-  err => {
-    window.alert(err);
-  }
-);
-function initLIFF() {
-  if (liff.isLoggedIn()) {
-    liff
-      .getProfile()
-      .then(profile => {
-        document.getElementById("profileImage").src = profile.pictureUrl;
-//        document.getElementById("userId").innerHTML = profile.userId;
-  //      document.getElementById("displayName").innerHTML = profile.displayName;
-  //      document.getElementById("statusMessage").innerHTML =
-    //      profile.statusMessage;
-//        document.getElementById("pictureUrl").href = profile.pictureUrl;
-  //      document.getElementById("pictureUrl").innerHTML = profile.pictureUrl;
-    //    document.getElementById(
-      //    "email"
-      //  ).innerHTML = liff.getDecodedIDToken().email;
-      })
-      .catch(e => {
-      //  document.getElementById("userId").innerHTML = "No data, " + e;
-      //  document.getElementById("displayName").innerHTML = "No data, " + e;
-      //  document.getElementById("statusMessage").innerHTML = "No data, " + e;
-       // document.getElementById("pictureUrl").innerHTML = "No data, " + e;
-        //document.getElementById("email").innerHTML = "No data, " + e;
-      });
-  } else {
-//    document.getElementById("userId").innerHTML = "No data, Login first";
-  //  document.getElementById("displayName").innerHTML = "No data, Login first";
- //   document.getElementById("statusMessage").innerHTML = "No data, Login first";
-  //  document.getElementById("pictureUrl").innerHTML = "No data, Login first";
-  //  document.getElementById("email").innerHTML = "No data, Login first";
-  }
-
-//  document.getElementById("getOS").innerHTML = liff.getOS();
-  //document.getElementById("getLanguage").innerHTML = liff.getLanguage();
- // document.getElementById("getVersion").innerHTML = liff.getVersion();
- // document.getElementById("isInClient").innerHTML = liff.isInClient();
-  //document.getElementById("isLoggedIn").innerHTML = liff.isLoggedIn();
-  var context = liff.getContext();
-  if (context !== null) {
-//    document.getElementById("context_type").innerHTML = context.type;
- //   document.getElementById("context_viewType").innerHTML = context.viewType;
-  //  document.getElementById("context_userId").innerHTML = context.userId;
-    if (context.utouId) {
-//      document.getElementById("context_utouId").innerHTML = context.utouId;
-    } else {
- //     document.getElementById("context_utouId").innerHTML =
-  //      "You are not in the utou";
-    }
-    if (context.roomId) {
-//      document.getElementById("context_roomId").innerHTML = context.roomId;
-    } else {
- //     document.getElementById("context_roomId").innerHTML =
-  //      "You are not in the room";
-    }
-    if (context.groupId) {
-  //    document.getElementById("context_groupId").innerHTML = context.groupId;
-    } else {
-  //    document.getElementById("context_groupId").innerHTML =
-   //     "You are not in the group ";
-    }
-  } else {
- //   document.getElementById("context_type").innerHTML = "No data.";
-  //  document.getElementById("context_viewType").innerHTML = "No data.";
-   // document.getElementById("context_userId").innerHTML = "No data.";
-   // document.getElementById("context_utouId").innerHTML = "No data.";
-    //document.getElementById("context_roomId").innerHTML = "No data.";
-   // document.getElementById("context_groupId").innerHTML = "No data.";
-  }
-}

+ 0 - 25
misa/js/liff-functions.js

@@ -29,33 +29,9 @@ function sendMessage() {
 }
 
 function login() {
-  console.log('login');
   liff.login();
-  //   liff.login({
-  //   // 使用者登入後導向頁面
-  //   redirectUri: 'https://liff.googo.org/misa/'
-  // });
 }
 
-// function login() {
-//   console.log('login');
-//   // liff.login();
-//   liff.login({
-//     // 使用者登入後導向頁面
-//     redirectUri: 'https://liff.googo.org/misa/'
-//   });
-//   // (async () => {
-//   //   await liff.init({ liffId: liffId })
-//   //   if (new URL(window.location).searchParams.get('liff.state')) return
-//   //   const liffLoginRedirect = sessionStorage.getItem('liffLoginRedirect')
-//   //   if (_.isString(liffLoginRedirect)) {
-//   //     sessionStorage.removeItem('liffLoginRedirect')
-//   //     location.href = liffLoginRedirect
-//   //     console.log(liffLoginRedirect)
-//   //   }
-//   // })()
-// }
-
 function scanCode() {
   liff
     .scanCode()
@@ -120,6 +96,5 @@ function shareTargetPicker() {
       .catch(function(res) {
         alert(res);
       });
-  
     });
 }