This commit is contained in:
syuilo 2023-01-09 13:39:16 +09:00
parent dfee79f841
commit 4c9b93a12f
1 changed files with 3 additions and 13 deletions

View File

@ -48,21 +48,11 @@ export function openInstanceMenu(ev: MouseEvent) {
icon: 'ti ti-cookie',
}],
}, null, {
type: 'parent',
text: i18n.ts.help,
icon: 'ti ti-question-circle',
children: [{
type: 'link',
to: '/mfm-cheat-sheet',
text: i18n.ts._mfm.cheatSheet,
icon: 'ti ti-code',
}, null, {
text: i18n.ts.document,
icon: 'ti ti-question-circle',
action: () => {
window.open('https://misskey-hub.net/help.html', '_blank');
},
}],
action: () => {
window.open('https://misskey-hub.net/help.html', '_blank');
},
}, {
type: 'link',
text: i18n.ts.aboutMisskey,