🎨
This commit is contained in:
parent
dfee79f841
commit
4c9b93a12f
1 changed files with 3 additions and 13 deletions
|
@ -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: [{
|
action: () => {
|
||||||
type: 'link',
|
window.open('https://misskey-hub.net/help.html', '_blank');
|
||||||
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');
|
|
||||||
},
|
|
||||||
}],
|
|
||||||
}, {
|
}, {
|
||||||
type: 'link',
|
type: 'link',
|
||||||
text: i18n.ts.aboutMisskey,
|
text: i18n.ts.aboutMisskey,
|
||||||
|
|
Loading…
Reference in a new issue