mirror of
https://github.com/sim1222/misskey.git
synced 2025-04-28 18:27:21 +09:00
fix: tutorial
This commit is contained in:
parent
3c1f987dcb
commit
64e8a50d03
@ -1186,9 +1186,9 @@ _tutorial:
|
||||
step7_2: "もっとMisskeyについて知りたいときは、{help}を見てみてくださいにゃ。"
|
||||
step7_3: "では、Misskeyをお楽しみくださいにゃ🚀"
|
||||
step8_1: "さいごに"
|
||||
step8_2: "このインスタンスではガラス風デザインを標準で採用しているにゃ。"
|
||||
step8_3: "端末によってはパフォーマンスが低下する場合があるにゃ。"
|
||||
step8_4: "その場合は設定よりブラーを使用しないように設定+テーマをNoGlassにしてくださいにゃ。"
|
||||
step9_2: "このインスタンスではガラス風デザインを標準で採用しているにゃ。"
|
||||
step9_3: "端末によってはパフォーマンスが低下する場合があるにゃ。"
|
||||
step9_4: "その場合は設定よりブラーを使用しないように設定+テーマをNoGlassにしてくださいにゃ。"
|
||||
|
||||
_2fa:
|
||||
alreadyRegistered: "既に設定は完了しているにゃ。"
|
||||
|
@ -118,9 +118,12 @@
|
||||
</div>
|
||||
|
||||
<div :class="$style.footer">
|
||||
<template v-if="tutorial === tutorialsNumber - 1">
|
||||
<MkPushNotificationAllowButton :class="$style.footerItem" primary show-only-to-register @click="tutorial = -1"/>
|
||||
<MkButton :class="$style.footerItem" :primary="false" @click="tutorial = -1">{{ i18n.ts.noThankYou }}</MkButton>
|
||||
<template v-if="tutorial === tutorialsNumber - 2">
|
||||
<MkPushNotificationAllowButton :class="$style.footerItem" primary show-only-to-register @click="tutorial++"/>
|
||||
<MkButton :class="$style.footerItem" :primary="false" @click="tutorial++">{{ i18n.ts.noThankYou }}</MkButton>
|
||||
</template>
|
||||
<template v-else-if="tutorial === tutorialsNumber - 1">
|
||||
<MkButton :class="$style.footerItem" primary @click="tutorial = -1"><i class="ti ti-check"></i> {{ i18n.ts.gotIt }}</MkButton>
|
||||
</template>
|
||||
<template v-else>
|
||||
<MkButton :class="$style.footerItem" primary @click="tutorial++"><i class="ti ti-check"></i> {{ i18n.ts.next }}</MkButton>
|
||||
|
Loading…
x
Reference in New Issue
Block a user