mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-01 08:05:39 +02:00
feat: sensitive word
This commit is contained in:
@@ -143,6 +143,11 @@ const menuDef = $computed(() => [{
|
||||
text: i18n.ts.general,
|
||||
to: '/admin/settings',
|
||||
active: currentPage?.route.name === 'settings',
|
||||
}, {
|
||||
icon: 'ti ti-shield',
|
||||
text: i18n.ts.moderation,
|
||||
to: '/admin/moderation',
|
||||
active: currentPage?.route.name === 'moderation',
|
||||
}, {
|
||||
icon: 'ti ti-mail',
|
||||
text: i18n.ts.emailServer,
|
||||
|
||||
Reference in New Issue
Block a user