mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
Mimetype Quick Fixes (#359)
This commit is contained in:
@@ -5,6 +5,12 @@
|
||||
"application/pdf": {
|
||||
"icon": "file-pdf"
|
||||
},
|
||||
"application/javascript": {
|
||||
"icon": "js fa-brands"
|
||||
},
|
||||
"application/typescript": {
|
||||
"icon": "js fa-brands"
|
||||
},
|
||||
"application/json": {
|
||||
"icon": "file-lines"
|
||||
},
|
||||
@@ -53,5 +59,14 @@
|
||||
},
|
||||
"text/csv": {
|
||||
"icon": "file-csv"
|
||||
},
|
||||
"text/x-dart": {
|
||||
"icon": "dart-lang fa-brands"
|
||||
},
|
||||
"text/x-go": {
|
||||
"icon": "golang fa-brands"
|
||||
},
|
||||
"text/x-rust": {
|
||||
"icon": "rust fa-brands"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user