mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
feat: file icon support doc and docx (#2289)
This commit is contained in:
@ -291,6 +291,10 @@
|
||||
background-image: url(../assets/csv.svg);
|
||||
}
|
||||
|
||||
.fileIcon.doc {
|
||||
background-image: url(../assets/doc.svg);
|
||||
}
|
||||
|
||||
.fileIcon.docx {
|
||||
background-image: url(../assets/docx.svg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user