add link to app
This commit is contained in:
parent
f076832cbd
commit
8d5de762d0
2 changed files with 6 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
||||||
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
|
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
|
||||||
crossorigin="anonymous"></script>
|
crossorigin="anonymous"></script>
|
||||||
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
|
||||||
<script src="meetup-liff.js?a=6"></script>
|
<script src="meetup-liff.js?a=7"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
|
@ -46,6 +46,11 @@ function share() {
|
||||||
"type": "uri",
|
"type": "uri",
|
||||||
"label": "Selfie 📸",
|
"label": "Selfie 📸",
|
||||||
"uri": "line://nv/camera/"
|
"uri": "line://nv/camera/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "uri",
|
||||||
|
"label": "LIFF",
|
||||||
|
"uri": "line://app/1600101091-PdEQmLkV"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue