enhance(frontend): improve settings page
This commit is contained in:
@@ -156,20 +156,15 @@ const menuDef = computed<SuperMenuDef[]>(() => [{
|
||||
to: '/settings/mute-block',
|
||||
active: currentPage.value?.route.name === 'mute-block',
|
||||
}, {
|
||||
icon: 'ti ti-api',
|
||||
text: 'API',
|
||||
to: '/settings/api',
|
||||
active: currentPage.value?.route.name === 'api',
|
||||
}, {
|
||||
icon: 'ti ti-webhook',
|
||||
text: 'Webhook',
|
||||
to: '/settings/webhook',
|
||||
active: currentPage.value?.route.name === 'webhook',
|
||||
icon: 'ti ti-link',
|
||||
text: i18n.ts._settings.serviceConnection,
|
||||
to: '/settings/connect',
|
||||
active: currentPage.value?.route.name === 'connect',
|
||||
}, {
|
||||
icon: 'ti ti-package',
|
||||
text: i18n.ts.importAndExport,
|
||||
to: '/settings/import-export',
|
||||
active: currentPage.value?.route.name === 'import-export',
|
||||
text: i18n.ts._settings.accountData,
|
||||
to: '/settings/account-data',
|
||||
active: currentPage.value?.route.name === 'account-data',
|
||||
}, {
|
||||
icon: 'ti ti-dots',
|
||||
text: i18n.ts.other,
|
||||
|
Reference in New Issue
Block a user