mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-26 00:46:52 +08:00
### What problem does this PR solve? Fix: Add video icon in knowledge base ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -12,4 +12,9 @@ export const FileIconMap = {
|
||||
txt: 'text',
|
||||
csv: 'pdf',
|
||||
md: 'md',
|
||||
mp4: 'mp4',
|
||||
avi: 'avi',
|
||||
mkv: 'mkv',
|
||||
rmvb: 'rmvb',
|
||||
wav: 'wav',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user