mirror of
https://github.com/Nezumi-2711/onedrive-vercel-index.git
synced 2026-09-22 20:01:46 +00:00
add dot url file preview support, close #221
This commit is contained in:
@@ -8,6 +8,7 @@ const preview = {
|
||||
audio: 'audio',
|
||||
office: 'ms-office',
|
||||
epub: 'epub',
|
||||
url: 'url',
|
||||
}
|
||||
|
||||
const extensions = {
|
||||
@@ -64,6 +65,8 @@ const extensions = {
|
||||
flac: preview.audio,
|
||||
|
||||
epub: preview.epub,
|
||||
|
||||
url: preview.url,
|
||||
}
|
||||
|
||||
export { extensions, preview }
|
||||
|
||||
Reference in New Issue
Block a user