(add) iroiro

This commit is contained in:
kakkokari-gtyih 2023-10-30 22:52:19 +09:00
parent e8c2e70667
commit fb96a9ef8f
17 changed files with 718 additions and 156 deletions

View file

@ -102,9 +102,7 @@ export function openInstanceMenu(ev: MouseEvent) {
text: i18n.ts._initialTutorial.launchTutorial,
icon: 'ti ti-presentation',
action: () => {
os.popup(defineAsyncComponent(() => import('@/components/MkUserSetupDialog.vue')), {
onlyTutorial: true,
}, {}, 'closed');
os.popup(defineAsyncComponent(() => import('@/components/MkTutorialDialog.vue')), {}, {}, 'closed');
},
} : undefined, {
type: 'link',