123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555 |
- 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')
- }
- }
- }
|