feat: restored About page

This commit is contained in:
Roberto Tonino 2021-03-12 20:33:51 +01:00
parent 5ad95b2b76
commit e1cfd6a165
3 changed files with 47021 additions and 4670 deletions

File diff suppressed because one or more lines are too long

View File

@ -26,9 +26,7 @@
<li v-html="$t('about.thanks')"></li> <li v-html="$t('about.thanks')"></li>
<i18n path="about.upToDate.text" tag="li"> <i18n path="about.upToDate.text" tag="li">
<template #newsChannel> <template #newsChannel>
<a href="https://t.me/RemixDevNews" target="_blank">{{ <a href="https://t.me/RemixDevNews" target="_blank">{{ $t('about.upToDate.newsChannel') }}</a>
$t('about.upToDate.newsChannel')
}}</a>
</template> </template>
</i18n> </i18n>
</ul> </ul>
@ -42,9 +40,7 @@
<a href="https://git.rip/RemixDev/deemix" target="_blank">🚀 {{ $t('about.officialRepo') }}</a> <a href="https://git.rip/RemixDev/deemix" target="_blank">🚀 {{ $t('about.officialRepo') }}</a>
</li> </li>
<li> <li>
<a href="https://git.rip/RemixDev/deemix-webui" target="_blank"> <a href="https://git.rip/RemixDev/deemix-webui" target="_blank"> 💻 {{ $t('about.officialWebuiRepo') }} </a>
💻 {{ $t('about.officialWebuiRepo') }}
</a>
</li> </li>
<li> <li>
<a href="https://www.reddit.com/r/deemix" target="_blank">🤖 {{ $t('about.officialSubreddit') }}</a> <a href="https://www.reddit.com/r/deemix" target="_blank">🤖 {{ $t('about.officialSubreddit') }}</a>
@ -63,9 +59,7 @@
<ul> <ul>
<i18n path="about.questions.text" tag="li"> <i18n path="about.questions.text" tag="li">
<template #subreddit> <template #subreddit>
<a href="https://www.reddit.com/r/deemix" target="_blank">{{ <a href="https://www.reddit.com/r/deemix" target="_blank">{{ $t('about.questions.subreddit') }}</a>
$t('about.questions.subreddit')
}}</a>
</template> </template>
</i18n> </i18n>
<li> <li>
@ -241,7 +235,7 @@ ul {
</style> </style>
<script> <script>
import { defineComponent, ref, reactive, toRefs, onMounted, computed } from '@vue/composition-api' import { computed, defineComponent, onMounted, reactive, toRefs } from '@vue/composition-api'
import { useOnline } from '@/use/online' import { useOnline } from '@/use/online'

View File

@ -2,7 +2,7 @@ import Vue from 'vue'
import VueRouter from 'vue-router' import VueRouter from 'vue-router'
// Pages // Pages
//import About from '@components/pages/About.vue' import About from '@components/pages/About.vue'
import InfoArl from '@components/pages/InfoArl.vue' import InfoArl from '@components/pages/InfoArl.vue'
import InfoSpotifyFeatures from '@components/pages/InfoSpotifyFeatures.vue' import InfoSpotifyFeatures from '@components/pages/InfoSpotifyFeatures.vue'
import Artist from '@components/pages/Artist.vue' import Artist from '@components/pages/Artist.vue'
@ -82,11 +82,11 @@ const routes = [
name: 'Link Analyzer', name: 'Link Analyzer',
component: LinkAnalyzer component: LinkAnalyzer
}, },
/*{ {
path: '/about', path: '/about',
name: 'About', name: 'About',
component: About component: About
},*/ },
{ {
path: '/info-arl', path: '/info-arl',
name: 'ARL', name: 'ARL',