Feat: add PromptManagement page #3221 (#3650)

### What problem does this PR solve?

Feat: add PromptManagement page #3221

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-11-26 16:55:44 +08:00
committed by GitHub
parent 5337cad7e4
commit 98cf1c2a9d
6 changed files with 68 additions and 1 deletions

View File

@ -153,6 +153,10 @@ const routes = [
path: '/profile-setting/model',
component: '@/pages/profile-setting/model',
},
{
path: '/profile-setting/prompt',
component: '@/pages/profile-setting/prompt',
},
],
},
];