mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-09 19:33:10 +02:00
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: "元に戻す"
|
windowRestore: "元に戻す"
|
||||||
caption: "キャプション"
|
caption: "キャプション"
|
||||||
loggedInAsBot: "Botアカウントでログイン中"
|
loggedInAsBot: "Botアカウントでログイン中"
|
||||||
|
tools: "ツール"
|
||||||
|
|
||||||
_sensitiveMediaDetection:
|
_sensitiveMediaDetection:
|
||||||
description: "機械学習を使って自動でセンシティブなメディアを検出し、モデレーションに役立てることができます。サーバーの負荷が少し増えます。"
|
description: "機械学習を使って自動でセンシティブなメディアを検出し、モデレーションに役立てることができます。サーバーの負荷が少し増えます。"
|
||||||
|
|
|
@ -29,14 +29,9 @@ export function openInstanceMenu(ev: MouseEvent) {
|
||||||
to: '/about#charts',
|
to: '/about#charts',
|
||||||
}, null, {
|
}, null, {
|
||||||
type: 'parent',
|
type: 'parent',
|
||||||
text: i18n.ts.help,
|
text: i18n.ts.tools,
|
||||||
icon: 'ti ti-question-circle',
|
icon: 'ti ti-tool',
|
||||||
children: [{
|
children: [{
|
||||||
type: 'link',
|
|
||||||
to: '/mfm-cheat-sheet',
|
|
||||||
text: i18n.ts._mfm.cheatSheet,
|
|
||||||
icon: 'ti ti-code',
|
|
||||||
}, {
|
|
||||||
type: 'link',
|
type: 'link',
|
||||||
to: '/scratchpad',
|
to: '/scratchpad',
|
||||||
text: i18n.ts.scratchpad,
|
text: i18n.ts.scratchpad,
|
||||||
|
@ -46,6 +41,16 @@ export function openInstanceMenu(ev: MouseEvent) {
|
||||||
to: '/api-console',
|
to: '/api-console',
|
||||||
text: 'API Console',
|
text: 'API Console',
|
||||||
icon: 'ti ti-terminal-2',
|
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, {
|
}, null, {
|
||||||
text: i18n.ts.document,
|
text: i18n.ts.document,
|
||||||
icon: 'ti ti-question-circle',
|
icon: 'ti ti-question-circle',
|
||||||
|
|
Loading…
Reference in a new issue