mirror of
https://github.com/open-webui/open-webui
synced 2024-11-06 08:56:39 +00:00
add htm/html to supported extensions in ui
This commit is contained in:
parent
784a6ec85e
commit
77f4ffddc1
@ -22,6 +22,7 @@ export const SUPPORTED_FILE_TYPE = [
|
||||
'text/plain',
|
||||
'text/csv',
|
||||
'text/xml',
|
||||
'text/html',
|
||||
'text/x-python',
|
||||
'text/css',
|
||||
'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
|
||||
@ -50,6 +51,8 @@ export const SUPPORTED_FILE_EXTENSIONS = [
|
||||
'h',
|
||||
'c',
|
||||
'cs',
|
||||
'htm',
|
||||
'html',
|
||||
'sql',
|
||||
'log',
|
||||
'ini',
|
||||
|
Loading…
Reference in New Issue
Block a user