style: common component style

This commit is contained in:
jialin
2024-05-27 19:29:03 +08:00
parent 7ff9b44644
commit 3120f5ee3a
26 changed files with 736 additions and 166 deletions
+7
View File
@@ -35,6 +35,13 @@ export default [
icon: 'CloudServer',
component: './nodes'
},
{
name: 'API Keys',
path: '/api-keys',
key: 'apikeys',
icon: 'LockOutlined',
component: './api-keys'
},
{
name: 'Users',
path: '/users',