hide kimis for now
This commit is contained in:
parent
4157b00cdf
commit
f7e5d439bf
|
@ -4,12 +4,12 @@
|
||||||
<div style="overflow: clip;">
|
<div style="overflow: clip;">
|
||||||
<MkSpacer :content-max="600" :margin-min="20">
|
<MkSpacer :content-max="600" :margin-min="20">
|
||||||
<div class="_formRoot">
|
<div class="_formRoot">
|
||||||
|
<FormSection>
|
||||||
|
<template #label>{{ i18n.ts._apps.crossPlatform }}</template>
|
||||||
<div class="_formBlock" style="text-align: center;">
|
<div class="_formBlock" style="text-align: center;">
|
||||||
<pwa-install/>
|
<pwa-install/>
|
||||||
<MkButton primary rounded inline @click="installPwa">{{ i18n.ts._apps.pwa }}</MkButton>
|
<MkButton primary rounded inline @click="installPwa">{{ i18n.ts._apps.pwa }}</MkButton>
|
||||||
</div>
|
</div>
|
||||||
<FormSection>
|
|
||||||
<template #label>{{ i18n.ts._apps.crossPlatform }}</template>
|
|
||||||
<div class="_formLinks">
|
<div class="_formLinks">
|
||||||
<FormLink to="https://kaiteki.app" external>
|
<FormLink to="https://kaiteki.app" external>
|
||||||
<template #icon>
|
<template #icon>
|
||||||
|
@ -39,13 +39,13 @@
|
||||||
{{ 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"/>
|
||||||
</template>
|
</template>
|
||||||
{{ i18n.ts._apps.kimis }}
|
{{ i18n.ts._apps.kimis }}
|
||||||
<template #suffix>{{ i18n.ts._apps.secondClass }}, {{ i18n.ts._apps.paid }}</template>
|
<template #suffix>{{ i18n.ts._apps.secondClass }}, {{ i18n.ts._apps.paid }}</template>
|
||||||
</FormLink>
|
</FormLink> -->
|
||||||
</div>
|
</div>
|
||||||
</FormSection>
|
</FormSection>
|
||||||
<FormSection>
|
<FormSection>
|
||||||
|
|
Loading…
Reference in New Issue