mirror of
https://iceshrimp.dev/Crimekillz/jointrashposs.git
synced 2024-11-22 08:53:49 +01:00
(add) レガシ サイトへのリンク
This commit is contained in:
parent
b4e507da32
commit
9a06857827
@ -44,6 +44,9 @@
|
|||||||
<li>
|
<li>
|
||||||
<GNuxtLink :to="localePath('/learn-more/')" class="hover:underline">{{ $t('_links.title') }}</GNuxtLink>
|
<GNuxtLink :to="localePath('/learn-more/')" class="hover:underline">{{ $t('_links.title') }}</GNuxtLink>
|
||||||
</li>
|
</li>
|
||||||
|
<li>
|
||||||
|
<GNuxtLink to="https://legacy.misskey-hub.net/" target="_blank" class="hover:underline">{{ $t('goToLegacyHub') }}<ExtIco class="ml-1" /></GNuxtLink>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -59,6 +62,7 @@
|
|||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import MiIcon from '@/assets/svg/misskey_mi_bi.svg';
|
import MiIcon from '@/assets/svg/misskey_mi_bi.svg';
|
||||||
|
import ExtIco from 'bi/box-arrow-up-right.svg';
|
||||||
|
|
||||||
const localePath = useLocalePath();
|
const localePath = useLocalePath();
|
||||||
</script>
|
</script>
|
||||||
|
@ -6,6 +6,7 @@ copy: "コピー"
|
|||||||
share: "共有する"
|
share: "共有する"
|
||||||
note: "ノート"
|
note: "ノート"
|
||||||
other: "その他"
|
other: "その他"
|
||||||
|
goToLegacyHub: "従来のMisskey Hub"
|
||||||
|
|
||||||
_error:
|
_error:
|
||||||
notFound: "ページが見つかりませんでした"
|
notFound: "ページが見つかりませんでした"
|
||||||
|
Loading…
Reference in New Issue
Block a user