feat(admin): add api client management UI and backend CRUD/rotate endpoints
This commit is contained in:
@@ -61,7 +61,8 @@ const adminTabs = [
|
||||
{ to: '/admin/companies', label: '公司' },
|
||||
{ to: '/admin/sites', label: '站台' },
|
||||
{ to: '/admin/members', label: '會員' },
|
||||
{ to: '/admin/permission-groups', label: '群組' }
|
||||
{ to: '/admin/permission-groups', label: '群組' },
|
||||
{ to: '/admin/api-clients', label: 'API Clients' }
|
||||
]
|
||||
|
||||
// 行內 NavTab 元件:避免另開檔案
|
||||
|
||||
Reference in New Issue
Block a user