mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-23 03:35:15 +00:00
Merge branch 'main' of https://github.com/Frontesque/VueTube into main
This commit is contained in:
commit
ff23d2f9a9
3 changed files with 10 additions and 0 deletions
7
NUXT/pages/channel/_notice_.vue
Normal file
7
NUXT/pages/channel/_notice_.vue
Normal file
|
@ -0,0 +1,7 @@
|
|||
<template>
|
||||
<center>
|
||||
<img src="/channel_notice.svg" style="width: 80%; margin: 2em;" />
|
||||
<h1>Channel Pages are still being worked on</h1><br><br>
|
||||
<v-btn to="/home">Return Home</v-btn>
|
||||
</center>
|
||||
</template>
|
|
@ -48,6 +48,7 @@
|
|||
).slimVideoInformationRenderer.collapsedSubtitle.runs"
|
||||
>{{ text.text }}
|
||||
</template>
|
||||
</div>
|
||||
</v-card-text>
|
||||
</div>
|
||||
<v-icon class="ml-4" v-if="showMore">mdi-chevron-up</v-icon>
|
||||
|
@ -192,6 +193,7 @@
|
|||
</div>
|
||||
<item-section-renderer v-else :render="recommends" />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
|
1
NUXT/static/channel_notice.svg
Normal file
1
NUXT/static/channel_notice.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 7.7 KiB |
Loading…
Reference in a new issue