mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-02 10:42:36 +08:00
### What problem does this PR solve? Feat: Bind data to the agent module of the home page #3221 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -31,7 +31,7 @@ export function SideBar() {
|
||||
<AvatarFallback className="rounded-lg">CN</AvatarFallback>
|
||||
</Avatar>
|
||||
|
||||
<h3 className="text-lg font-semibold mb-2">{data.name}</h3>
|
||||
<h3 className="text-lg font-semibold mb-2 line-clamp-1">{data.name}</h3>
|
||||
<div className="text-sm opacity-80">
|
||||
{data.doc_num} files | {data.chunk_num} chunks
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user