feat: メディアタイムライン実装

This commit is contained in:
mattyatea 2023-09-21 17:31:23 +09:00
parent 1516de1fee
commit f05f911916
8 changed files with 32 additions and 11 deletions

View file

@ -21,6 +21,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<div v-if="tutorial === 0" :class="$style.body">
<div>{{ i18n.t('_timelineTutorial.step1_1', { name: instance.name ?? host }) }}</div>
<div>{{ i18n.t('_timelineTutorial.step1_2', { name: instance.name ?? host }) }}</div>
<div>{{ i18n.t('_timelineTutorial.step1_3', { name: instance.name ?? host }) }}</div>
</div>
<div v-else-if="tutorial === 1" :class="$style.body">
<div>{{ i18n.ts._timelineTutorial.step2_1 }}</div>