apps: mona
This commit is contained in:
parent
c2c0e5b76c
commit
e25e36d3eb
|
@ -1807,6 +1807,6 @@ _apps:
|
||||||
kaiteki: "Kaiteki"
|
kaiteki: "Kaiteki"
|
||||||
milktea: "Milktea"
|
milktea: "Milktea"
|
||||||
missLi: "MissLi"
|
missLi: "MissLi"
|
||||||
kimis: "Kimis"
|
mona: "Mona"
|
||||||
theDesk: "TheDesk"
|
theDesk: "TheDesk"
|
||||||
lesskey: "Lesskey"
|
lesskey: "Lesskey"
|
||||||
|
|
|
@ -1807,6 +1807,6 @@ _apps:
|
||||||
kaiteki: "Kaiteki"
|
kaiteki: "Kaiteki"
|
||||||
milktea: "Milktea"
|
milktea: "Milktea"
|
||||||
missLi: "MissLi"
|
missLi: "MissLi"
|
||||||
kimis: "Kimis"
|
mona: "Mona"
|
||||||
theDesk: "TheDesk"
|
theDesk: "TheDesk"
|
||||||
lesskey: "Lesskey"
|
lesskey: "Lesskey"
|
||||||
|
|
|
@ -32,20 +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://testflight.apple.com/join/xNdgUbh6" external>
|
||||||
<template #icon>
|
|
||||||
<i class="ph-android-logo ph-bold ph-xl"/>
|
|
||||||
</template>
|
|
||||||
{{ i18n.ts._apps.subwayTooter }}
|
|
||||||
<template #suffix>{{ i18n.ts._apps.secondClass }}, {{ i18n.ts._apps.free }}</template>
|
|
||||||
</FormLink> -->
|
|
||||||
<!-- <FormLink to="https://apps.apple.com/app/kimis-a-client-for-misskey/id1667275125" external>
|
|
||||||
<template #icon>
|
<template #icon>
|
||||||
<i class="ph-apple-logo ph-bold ph-xl"/>
|
<i class="ph-apple-logo ph-bold ph-xl"/>
|
||||||
</template>
|
</template>
|
||||||
{{ i18n.ts._apps.kimis }}
|
{{ i18n.ts._apps.mona }}
|
||||||
<template #suffix>{{ i18n.ts._apps.secondClass }}, {{ i18n.ts._apps.paid }}</template>
|
<template #suffix>{{ i18n.ts._apps.thirdClass }}, {{ i18n.ts._apps.paid }}</template>
|
||||||
</FormLink> -->
|
</FormLink>
|
||||||
</div>
|
</div>
|
||||||
</FormSection>
|
</FormSection>
|
||||||
<FormSection>
|
<FormSection>
|
||||||
|
|
Loading…
Reference in New Issue