mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-04-08 14:42:50 +02:00
Add img-raw type.
This commit is contained in:
parent
401c3fbe36
commit
48954756e8
@ -192,7 +192,7 @@ Options
|
||||
*/
|
||||
"preview-img": {
|
||||
"enabled": true,
|
||||
"types": ["img", "img-bmp", "img-gif", "img-ico", "img-jpg", "img-png"]
|
||||
"types": ["img", "img-bmp", "img-gif", "img-ico", "img-jpg", "img-png", "img-raw"]
|
||||
},
|
||||
|
||||
/*
|
||||
|
@ -31,6 +31,7 @@ File types mapped to file extensions
|
||||
"img-ico": ["*.ico"],
|
||||
"img-jpg": ["*.jpg", "*.jpeg"],
|
||||
"img-png": ["*.png"],
|
||||
"img-raw": ["*.cr2", "*.nef"],
|
||||
"img-tiff": ["*.tiff"],
|
||||
"txt": ["*.text", "*.txt"],
|
||||
"txt-build": ["*.pom", "build.xml", "pom.xml"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user