fix(tutorial): add korean locale and profile settings page

This commit is contained in:
무라쿠모 2024-07-25 19:22:06 +09:00
parent d4d7313374
commit e53b8d6a48
No known key found for this signature in database
GPG key ID: 139D6573F92DA9F7
9 changed files with 201 additions and 135 deletions

View file

@ -10,6 +10,7 @@ import { instance } from '@/instance.js';
import { host } from '@/config.js';
import { i18n } from '@/i18n.js';
import { $i } from '@/account.js';
import { defaultStore } from '@/store.js';
function toolsMenuItems(): MenuItem[] {
return [{
@ -112,7 +113,8 @@ export function openInstanceMenu(ev: MouseEvent) {
text: i18n.ts._initialTutorial.launchTutorial,
icon: 'ti ti-presentation',
action: () => {
os.popup(defineAsyncComponent(() => import('@/components/MkTutorialDialog.vue')), {}, {}, 'closed');
defaultStore.set('accountSetupWizard', 0);
location.href = '/onboarding';
},
} : undefined, {
type: 'link',