fix(tutorial): add korean locale and profile settings page
This commit is contained in:
parent
d4d7313374
commit
e53b8d6a48
9 changed files with 201 additions and 135 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue