Fix: Add video icon in knowledge base #10703 (#10832)

### 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:
chanx
2025-10-28 11:02:01 +08:00
committed by GitHub
parent 84d1ffe44c
commit 8572e1f3db
5 changed files with 13 additions and 3 deletions

View File

@ -12,4 +12,9 @@ export const FileIconMap = {
txt: 'text',
csv: 'pdf',
md: 'md',
mp4: 'mp4',
avi: 'avi',
mkv: 'mkv',
rmvb: 'rmvb',
wav: 'wav',
};