feat: allow to view chat message in manager console

This commit is contained in:
RockYang
2024-02-22 17:16:44 +08:00
parent 9988dff885
commit e02a8d7586
23 changed files with 688 additions and 26 deletions

View File

@@ -116,6 +116,11 @@ const items = [
index: '/admin/functions',
title: '函数管理',
},
{
icon: 'prompt',
index: '/admin/chats',
title: '对话管理',
},
{
icon: 'config',
index: '/admin/system',