enhance(client): 設定から自分のロールを確認できるように
This commit is contained in:
parent
7c2d8d73ce
commit
8ac5c35f09
4 changed files with 66 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue