enhance(client): 設定から自分のロールを確認できるように

This commit is contained in:
syuilo
2023-03-12 16:39:16 +09:00
parent 7c2d8d73ce
commit 8ac5c35f09
4 changed files with 66 additions and 0 deletions

View File

@@ -134,6 +134,11 @@ const menuDef = computed(() => [{
text: i18n.ts.importAndExport,
to: '/settings/import-export',
active: currentPage?.route.name === 'import-export',
}, {
icon: 'ti ti-badges',
text: i18n.ts.roles,
to: '/settings/roles',
active: currentPage?.route.name === 'roles',
}, {
icon: 'ti ti-planet-off',
text: i18n.ts.instanceMute,