From dac86b3aae7bba9bb235467af37a98370e860579 Mon Sep 17 00:00:00 2001 From: chanx <1243304602@qq.com> Date: Thu, 6 Aug 2026 17:30:44 +0800 Subject: [PATCH] feat: add html file type icon (#17925) --- web/public/iconfont.js | 2 ++ web/src/constants/file.ts | 1 + 2 files changed, 3 insertions(+) diff --git a/web/public/iconfont.js b/web/public/iconfont.js index 36b3dbda3f..f8deb7dc4a 100644 --- a/web/public/iconfont.js +++ b/web/public/iconfont.js @@ -2,6 +2,8 @@ ((window._iconfont_svg_string_4909832 = '' + ` + + diff --git a/web/src/constants/file.ts b/web/src/constants/file.ts index a6809703c6..27c8318b6a 100644 --- a/web/src/constants/file.ts +++ b/web/src/constants/file.ts @@ -18,5 +18,6 @@ export const FileIconMap = { mkv: 'mkv', rmvb: 'rmvb', wav: 'wav', + html: 'html', json: 'json', };