This commit is contained in:
2026-05-06 21:28:17 +08:00
parent a4ed48a26f
commit be565b0810
8 changed files with 585 additions and 2 deletions
@@ -31,6 +31,7 @@ const tabs = [
{ id: 'logs', label: t('sysadmin.tab_logs') },
{ id: 'operation_logs', label: t('sysadmin.tab_operation_logs') },
{ id: 'customer', label: t('customer.title'), to: '/customer' },
{ id: 'calendar', label: t('calendar.admin_title'), to: '/calendars/admin' },
]
async function fetchSysAdmins() {