This commit is contained in:
熊潇 2025-06-25 19:11:33 +08:00
parent 20b4540ac1
commit fac9ac8f12

View File

@ -10,6 +10,8 @@ export const getTextContentType = (ext: string) => {
'.mjs', '.mjs',
'.map', '.map',
'.json5', '.json5',
'.pem',
'.crt',
]; ];
const include = textContentTypes.includes(ext); const include = textContentTypes.includes(ext);
if (!include) { if (!include) {