mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 21:14:23 +00:00
Fix open articles in the TTY, as it is broken while in the demo. And
Added YouTube OnBoarding to the App (Currently in testing and this is the beta branch :) Oh also updated some more stuff as well!
This commit is contained in:
parent
378689da87
commit
3d392dd788
5 changed files with 54 additions and 36 deletions
15
components/app/windows/onBoarding.vue
Normal file
15
components/app/windows/onBoarding.vue
Normal file
|
@ -0,0 +1,15 @@
|
|||
<template>
|
||||
<!--YouTube Embed-->
|
||||
<div class="justify-center absolute inset-0 flex flex-col">
|
||||
<iframe
|
||||
width="560"
|
||||
height="315"
|
||||
src="https://www.youtube-nocookie.com/embed/8P3qgVm6m6g?si=0t8eR0wtWv6b3REE"
|
||||
title="YouTube video player"
|
||||
frameborder="0"
|
||||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
|
||||
referrerpolicy="strict-origin-when-cross-origin"
|
||||
allowfullscreen
|
||||
></iframe>
|
||||
</div>
|
||||
</template>
|
Loading…
Add table
Add a link
Reference in a new issue