tweak ui
This commit is contained in:
parent
0be42fc3a9
commit
4c24bd3933
2 changed files with 13 additions and 7 deletions
|
@ -914,6 +914,7 @@ windowMaximize: "最大化"
|
|||
windowRestore: "元に戻す"
|
||||
caption: "キャプション"
|
||||
loggedInAsBot: "Botアカウントでログイン中"
|
||||
tools: "ツール"
|
||||
|
||||
_sensitiveMediaDetection:
|
||||
description: "機械学習を使って自動でセンシティブなメディアを検出し、モデレーションに役立てることができます。サーバーの負荷が少し増えます。"
|
||||
|
|
|
@ -29,14 +29,9 @@ export function openInstanceMenu(ev: MouseEvent) {
|
|||
to: '/about#charts',
|
||||
}, null, {
|
||||
type: 'parent',
|
||||
text: i18n.ts.help,
|
||||
icon: 'ti ti-question-circle',
|
||||
text: i18n.ts.tools,
|
||||
icon: 'ti ti-tool',
|
||||
children: [{
|
||||
type: 'link',
|
||||
to: '/mfm-cheat-sheet',
|
||||
text: i18n.ts._mfm.cheatSheet,
|
||||
icon: 'ti ti-code',
|
||||
}, {
|
||||
type: 'link',
|
||||
to: '/scratchpad',
|
||||
text: i18n.ts.scratchpad,
|
||||
|
@ -46,6 +41,16 @@ export function openInstanceMenu(ev: MouseEvent) {
|
|||
to: '/api-console',
|
||||
text: 'API Console',
|
||||
icon: 'ti ti-terminal-2',
|
||||
}],
|
||||
}, 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',
|
||||
|
|
Loading…
Reference in a new issue