[feature](webapp) add mobile agents drawer (#64)

This commit is contained in:
williamhliu
2023-09-10 11:50:26 +08:00
committed by GitHub
parent 5bab18e092
commit 3c0edb67c7
13 changed files with 171 additions and 26 deletions

View File

@@ -34,7 +34,7 @@ const ROUTES = [
component: './Agent',
envEnableList: [ENV_KEY.CHAT],
},
{
{
path: '/model',
name: 'semanticModel',
envEnableList: [ENV_KEY.SEMANTIC],
@@ -53,7 +53,6 @@ const ROUTES = [
},
],
},
{
path: '/database',
name: 'database',