feat: user settings

This commit is contained in:
jialin
2024-05-30 09:26:09 +08:00
parent a99b58fbb4
commit 69f354b278
14 changed files with 382 additions and 22 deletions
+9 -1
View File
@@ -26,7 +26,7 @@ export default [
path: '/models',
key: 'models',
icon: 'Block',
component: './llm-models'
component: './llmodels'
},
{
name: 'Nodes',
@@ -49,6 +49,14 @@ export default [
icon: 'Team',
component: './users'
},
{
name: 'Profile',
path: '/profile',
key: 'profile',
hideInMenu: true,
component: './profile',
icon: 'User'
},
{
name: '404',
path: '*',