Alist成功安装挂在百度网盘成功但是预览PPTX、JPG失败,截图如下:
PPTX
JPG
本人使用的预览配置全是默认的,没有做任何改动,各位大佬有什么好的修改方法支持他能正常预览?
已经正常配置域名
Iframe 预览
{
"doc,docx,xls,xlsx,ppt,pptx": {
"Microsoft":"https://view.officeapps.live.com/op/view.aspx?src=$e_url",
"Google":"https://docs.google.com/gview?url=$e_url&embedded=true"
},
"pdf": {
"PDF.js":"https://alist-org.github.io/pdf.js/web/viewer.html?file=$e_url"
},
"epub": {
"EPUB.js":"https://alist-org.github.io/static/epub.js/viewer.html?url=$e_url"
}
}