✨Video player supports mov,m4v
This commit is contained in:
parent
a2d503b284
commit
40a141aaaf
@ -13,7 +13,7 @@ const text_exts = [
|
|||||||
"sh",
|
"sh",
|
||||||
"md",
|
"md",
|
||||||
];
|
];
|
||||||
const video_exts = ["mp4", "webm", "mkv", "m3u8", "flv"];
|
const video_exts = ["mp4", "webm", "mkv", "m3u8", "flv", "mov", "m4v"];
|
||||||
const image_exts = ["bmp", "jpg", "jpeg", "png", "gif"];
|
const image_exts = ["bmp", "jpg", "jpeg", "png", "gif"];
|
||||||
const pdf_exts = ["pdf"];
|
const pdf_exts = ["pdf"];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user