Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

希望增加Iframe 预览 #15

Open
jahem opened this issue Jul 7, 2023 · 0 comments
Open

希望增加Iframe 预览 #15

jahem opened this issue Jul 7, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@jahem
Copy link

jahem commented Jul 7, 2023

有些特殊文件,手机并不支持打开,希望可以像web一样,针对自定义设置的后缀使用配置的Iframe 地址打开,使用webview在打开

web配置项
{
    "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":"/static/epub.js/viewer.html?url=$e_url"
    }
}
@GeekTR GeekTR added the enhancement New feature or request label Jul 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants