后台管理功能开发,AI配置管理

This commit is contained in:
2025-10-30 14:50:44 +08:00
parent dc0413d084
commit 8b6e3d0815
23 changed files with 4463 additions and 4 deletions
+5
View File
@@ -21,5 +21,10 @@ export const menuConfig: MenuItem[] = [
path: '/user',
title: '用户管理',
icon: 'UserFilled'
},
{
path: '/aiconfig',
title: 'AI配置管理',
icon: 'Setting'
}
]