瀏覽代碼

Feat: Keep the workflow page link unchanged #3221 (#9045)

### What problem does this PR solve?
Feat: Keep the workflow page link unchanged #3221

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
tags/v0.20.0
balibabu 3 月之前
父節點
當前提交
c63d12b936
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      web/src/layouts/components/header/index.tsx

+ 1
- 1
web/src/layouts/components/header/index.tsx 查看文件

@@ -29,7 +29,7 @@ const RagHeader = () => {
{ path: '/knowledge', name: t('knowledgeBase'), icon: KnowledgeBaseIcon },
{ path: '/chat', name: t('chat'), icon: MessageOutlined },
{ path: '/search', name: t('search'), icon: SearchOutlined },
{ path: '/agent-list', name: t('flow'), icon: GraphIcon },
{ path: '/flow', name: t('flow'), icon: GraphIcon },
{ path: '/file', name: t('fileManager'), icon: FileIcon },
],
[t],

Loading…
取消
儲存