enhance(frontend): tweak control panel

This commit is contained in:
syuilo
2024-09-22 16:16:50 +09:00
parent 3df1bb2d71
commit 8ad9f7209b
5 changed files with 107 additions and 37 deletions

View File

@@ -215,10 +215,10 @@ const menuDef = computed(() => [{
to: '/admin/system-webhook',
active: currentPage.value?.route.name === 'system-webhook',
}, {
icon: 'ti ti-adjustments',
text: i18n.ts.other,
to: '/admin/other-settings',
active: currentPage.value?.route.name === 'other-settings',
icon: 'ti ti-bolt',
text: i18n.ts.performance,
to: '/admin/performance',
active: currentPage.value?.route.name === 'performance',
}],
}, {
title: i18n.ts.info,