feat: add html file type icon (#17925)

This commit is contained in:
chanx
2026-08-06 17:30:44 +08:00
committed by GitHub
parent 477469f94c
commit dac86b3aae
2 changed files with 3 additions and 0 deletions

View File

@@ -18,5 +18,6 @@ export const FileIconMap = {
mkv: 'mkv',
rmvb: 'rmvb',
wav: 'wav',
html: 'html',
json: 'json',
};