mirror of
https://github.com/lxsang/antd-web-apps
synced 2024-11-20 10:18:21 +01:00
a45b1ef9f0
- local media file - add jarvis book
27 lines
570 B
JSON
27 lines
570 B
JSON
{
|
|
"odt": { "mime": "application/vnd.oasis.opendocument.text", "binary": true },
|
|
"viz": {
|
|
"mime": "text/vnd.graphviz",
|
|
"binary": false
|
|
},
|
|
"py": {
|
|
"mime": "text/x-python",
|
|
"binary": false
|
|
},
|
|
"coffee":{
|
|
"mime": "text/vnd.coffeescript",
|
|
"binary": false
|
|
},
|
|
"apj": {
|
|
"mime": "text/antos-project",
|
|
"binary": false
|
|
},
|
|
"wasm": {
|
|
"mime": "application/wasm",
|
|
"binary": true
|
|
},
|
|
"glb": {
|
|
"mime": "model/gltf-binary",
|
|
"binary": true
|
|
}
|
|
} |