chore: apps
This commit is contained in:
parent
6fcb25c927
commit
7449b8b840
|
@ -1806,7 +1806,7 @@ _apps:
|
||||||
pwa: "Install PWA"
|
pwa: "Install PWA"
|
||||||
kaiteki: "Kaiteki"
|
kaiteki: "Kaiteki"
|
||||||
milktea: "Milktea"
|
milktea: "Milktea"
|
||||||
subwayTooter: "Subway Tooter"
|
missLi: "MissLi"
|
||||||
kimis: "Kimis"
|
kimis: "Kimis"
|
||||||
theDesk: "TheDesk"
|
theDesk: "TheDesk"
|
||||||
lesskey: "Lesskey"
|
lesskey: "Lesskey"
|
||||||
|
|
|
@ -1806,7 +1806,7 @@ _apps:
|
||||||
pwa: "PWAをインストール"
|
pwa: "PWAをインストール"
|
||||||
kaiteki: "Kaiteki"
|
kaiteki: "Kaiteki"
|
||||||
milktea: "Milktea"
|
milktea: "Milktea"
|
||||||
subwayTooter: "Subway Tooter"
|
missLi: "MissLi"
|
||||||
kimis: "Kimis"
|
kimis: "Kimis"
|
||||||
theDesk: "TheDesk"
|
theDesk: "TheDesk"
|
||||||
lesskey: "Lesskey"
|
lesskey: "Lesskey"
|
||||||
|
|
|
@ -32,13 +32,13 @@
|
||||||
{{ i18n.ts._apps.milktea }}
|
{{ i18n.ts._apps.milktea }}
|
||||||
<template #suffix>{{ i18n.ts._apps.firstClass }}, {{ i18n.ts._apps.free }}</template>
|
<template #suffix>{{ i18n.ts._apps.firstClass }}, {{ i18n.ts._apps.free }}</template>
|
||||||
</FormLink>
|
</FormLink>
|
||||||
<FormLink to="https://play.google.com/store/apps/details?id=jp.juggler.subwaytooter&gl=US" external>
|
<!-- <FormLink to="https://play.google.com/store/apps/details?id=jp.juggler.subwaytooter&gl=US" external>
|
||||||
<template #icon>
|
<template #icon>
|
||||||
<i class="ph-android-logo-bold ph-xl"/>
|
<i class="ph-android-logo-bold ph-xl"/>
|
||||||
</template>
|
</template>
|
||||||
{{ i18n.ts._apps.subwayTooter }}
|
{{ i18n.ts._apps.subwayTooter }}
|
||||||
<template #suffix>{{ i18n.ts._apps.secondClass }}, {{ i18n.ts._apps.free }}</template>
|
<template #suffix>{{ i18n.ts._apps.secondClass }}, {{ i18n.ts._apps.free }}</template>
|
||||||
</FormLink>
|
</FormLink> -->
|
||||||
<!-- <FormLink to="https://apps.apple.com/app/kimis-a-client-for-misskey/id1667275125" external>
|
<!-- <FormLink to="https://apps.apple.com/app/kimis-a-client-for-misskey/id1667275125" external>
|
||||||
<template #icon>
|
<template #icon>
|
||||||
<i class="ph-apple-logo-bold ph-xl"/>
|
<i class="ph-apple-logo-bold ph-xl"/>
|
||||||
|
@ -60,11 +60,11 @@
|
||||||
{{ i18n.ts._apps.theDesk }}
|
{{ i18n.ts._apps.theDesk }}
|
||||||
<template #suffix>{{ i18n.ts._apps.secondClass }}, {{ i18n.ts._apps.free }}</template>
|
<template #suffix>{{ i18n.ts._apps.secondClass }}, {{ i18n.ts._apps.free }}</template>
|
||||||
</FormLink>
|
</FormLink>
|
||||||
<FormLink to="https://github.com/AsPulse/lesskey" external>
|
<FormLink to="https://uboar.github.io/missli/" external>
|
||||||
<template #icon>
|
<template #icon>
|
||||||
<i class="ph-terminal-window-bold ph-xl"/>
|
<i class="ph-globe-bold ph-xl"/>
|
||||||
</template>
|
</template>
|
||||||
{{ i18n.ts._apps.lesskey }}
|
{{ i18n.ts._apps.missLi }}
|
||||||
<template #suffix>{{ i18n.ts._apps.secondClass }}, {{ i18n.ts._apps.free }}</template>
|
<template #suffix>{{ i18n.ts._apps.secondClass }}, {{ i18n.ts._apps.free }}</template>
|
||||||
</FormLink>
|
</FormLink>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue