2020-02-12 11:48:52 -06:00
|
|
|
|
<template>
|
|
|
|
|
<div class="znqjceqz">
|
2020-07-24 11:56:52 -05:00
|
|
|
|
<portal to="title">{{ $t('aboutMisskey') }}</portal>
|
2020-02-12 11:48:52 -06:00
|
|
|
|
|
|
|
|
|
<section class="_card">
|
2020-07-24 11:56:52 -05:00
|
|
|
|
<div class="_title">{{ $t('aboutMisskey') }}</div>
|
2020-03-25 09:15:08 -05:00
|
|
|
|
<div class="_content" style="text-align: center;">
|
|
|
|
|
<img src="/assets/icons/512.png" alt="" style="display: block; width: 100px; margin: 0 auto; border-radius: 16px;"/>
|
|
|
|
|
<div style="margin-top: 0.75em;">Misskey</div>
|
|
|
|
|
<div style="opacity: 0.5;">v{{ version }}</div>
|
|
|
|
|
</div>
|
2020-02-12 11:48:52 -06:00
|
|
|
|
<div class="_content">
|
2020-07-24 11:56:52 -05:00
|
|
|
|
<div style="margin-bottom: 1em;">{{ $t('aboutMisskeyText') }}</div>
|
2020-02-12 12:01:39 -06:00
|
|
|
|
<div>🛠️ {{ $t('misskeyMembers') }}</div>
|
|
|
|
|
<ul class="members">
|
|
|
|
|
<li><mk-link url="https://github.com/syuilo" class="at">@syuilo</mk-link></li>
|
|
|
|
|
<li><mk-link url="https://github.com/AyaMorisawa" class="at">@AyaMorisawa</mk-link></li>
|
|
|
|
|
<li><mk-link url="https://github.com/mei23" class="at">@mei23</mk-link></li>
|
|
|
|
|
<li><mk-link url="https://github.com/acid-chicken" class="at">@acid-chicken</mk-link></li>
|
|
|
|
|
<li><mk-link url="https://github.com/tamaina" class="at">@tamaina</mk-link></li>
|
|
|
|
|
<li><mk-link url="https://github.com/rinsuki" class="at">@rinsuki</mk-link></li>
|
2020-03-21 09:33:39 -05:00
|
|
|
|
<li><mk-link url="https://github.com/Xeltica" class="at">@Xeltica</mk-link></li>
|
|
|
|
|
<li><mk-link url="https://github.com/u1-liquid" class="at">@u1-liquid</mk-link></li>
|
2020-02-12 12:01:39 -06:00
|
|
|
|
</ul>
|
|
|
|
|
<div style="margin-top: 1em;">📦 {{ $t('misskeySource') }}</div>
|
2020-02-12 11:48:52 -06:00
|
|
|
|
<mk-url url="https://github.com/syuilo/misskey"/>
|
2020-02-12 12:01:39 -06:00
|
|
|
|
<div style="margin-top: 1em;">🌏 {{ $t('misskeyTranslation') }}</div>
|
2020-02-12 11:48:52 -06:00
|
|
|
|
<mk-url url="https://crowdin.com/project/misskey"/>
|
2020-02-12 12:01:39 -06:00
|
|
|
|
<div style="margin-top: 1em;">💴 {{ $t('misskeyDonate') }}</div>
|
2020-02-12 11:48:52 -06:00
|
|
|
|
<mk-url url="https://www.patreon.com/syuilo"/>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="_content">
|
|
|
|
|
<span><mfm text="<motion>❤</motion>"/> {{ $t('patrons') }}</span>
|
|
|
|
|
<ul>
|
|
|
|
|
<li>Gargron</li>
|
|
|
|
|
<li>Satsuki Yanagi</li>
|
|
|
|
|
<li>noellabo</li>
|
|
|
|
|
<li>naga_rus</li>
|
|
|
|
|
<li>Melilot</li>
|
|
|
|
|
<li>AureoleArk</li>
|
|
|
|
|
<li>Peter G.</li>
|
|
|
|
|
<li>motcha</li>
|
|
|
|
|
<li>Atsuko Tominaga</li>
|
|
|
|
|
<li>dansup</li>
|
|
|
|
|
<li>Nokotaro Takeda</li>
|
|
|
|
|
<li>YUKIMOCHI</li>
|
|
|
|
|
<li>nanami kan</li>
|
|
|
|
|
<li>Hekovic</li>
|
|
|
|
|
<li>wara</li>
|
|
|
|
|
<li>Takashi Shibuya</li>
|
|
|
|
|
<li>Noizeman</li>
|
2020-03-25 09:21:23 -05:00
|
|
|
|
<li>mydarkstar</li>
|
|
|
|
|
<li>nenohi</li>
|
|
|
|
|
<li>Eduardo Quiros</li>
|
2020-02-12 11:48:52 -06:00
|
|
|
|
</ul>
|
2020-07-24 11:56:52 -05:00
|
|
|
|
<span>{{ $t('morePatrons') }}</span>
|
2020-02-12 11:48:52 -06:00
|
|
|
|
</div>
|
|
|
|
|
</section>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script lang="ts">
|
|
|
|
|
import Vue from 'vue';
|
|
|
|
|
import { faInfoCircle } from '@fortawesome/free-solid-svg-icons';
|
|
|
|
|
import { version } from '../config';
|
2020-02-12 12:01:39 -06:00
|
|
|
|
import MkLink from '../components/link.vue';
|
2020-02-12 11:48:52 -06:00
|
|
|
|
|
|
|
|
|
export default Vue.extend({
|
2020-02-12 12:01:39 -06:00
|
|
|
|
components: {
|
|
|
|
|
MkLink
|
|
|
|
|
},
|
|
|
|
|
|
2020-02-12 11:48:52 -06:00
|
|
|
|
metaInfo() {
|
|
|
|
|
return {
|
|
|
|
|
title: this.$t('aboutMisskey') as string
|
|
|
|
|
};
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
data() {
|
|
|
|
|
return {
|
|
|
|
|
version,
|
|
|
|
|
faInfoCircle
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
});
|
|
|
|
|
</script>
|