Go: align document list response (#14982)

### What problem does this PR solve?

align document list response

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
buua436
2026-05-18 20:00:11 +08:00
committed by GitHub
parent 3290257014
commit d7fb4bdb4e
5 changed files with 151 additions and 16 deletions

View File

@@ -10,7 +10,7 @@ export const FileIconMap = {
jpeg: 'jpg',
png: 'png',
txt: 'text',
csv: 'pdf',
csv: 'excel',
md: 'md',
mdx: 'md',
mp4: 'mp4',