mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-02-03 17:15:08 +08:00
### What problem does this PR solve? Fix: Add video preview ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -166,6 +166,7 @@ const Chunk = () => {
|
||||
case 'doc':
|
||||
return documentInfo?.name.split('.').pop() || 'doc';
|
||||
case 'visual':
|
||||
return documentInfo?.name.split('.').pop() || 'visual';
|
||||
case 'docx':
|
||||
case 'txt':
|
||||
case 'md':
|
||||
|
||||
Reference in New Issue
Block a user