This commit is contained in:
syuilo 2023-01-09 13:39:16 +09:00
parent dfee79f841
commit 4c9b93a12f

View file

@ -48,21 +48,11 @@ export function openInstanceMenu(ev: MouseEvent) {
icon: 'ti ti-cookie', icon: 'ti ti-cookie',
}], }],
}, null, { }, null, {
type: 'parent',
text: i18n.ts.help, text: i18n.ts.help,
icon: 'ti ti-question-circle', 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: () => { action: () => {
window.open('https://misskey-hub.net/help.html', '_blank'); window.open('https://misskey-hub.net/help.html', '_blank');
}, },
}],
}, { }, {
type: 'link', type: 'link',
text: i18n.ts.aboutMisskey, text: i18n.ts.aboutMisskey,