|
@@ -0,0 +1,61 @@
|
|
|
+<!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="/liff2/img/CMM_LOGO.png"
|
|
|
+ alt="">
|
|
|
+ <h2>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 id="senddm" onclick="shareTargetPicker()">發傳單給最多十個好友</button>
|
|
|
+ </center>
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <p id="load">ChoozMo</p>
|
|
|
+ <script src="https://static.line-scdn.net/liff/edge/2.1/sdk.js"></script>
|
|
|
+ <script src="js/liff-init.js?1234"></script>
|
|
|
+ <script src="js/liff-functions.js?12345"></script>
|
|
|
+ <script src="https://unpkg.com/axios/dist/axios.min.js"></script>
|
|
|
+</body>
|
|
|
+
|
|
|
+</html>
|