mirror of https://github.com/Xhofe/alist
fix!: change default epub viewer (close #3519)
parent
4293a0ba8c
commit
40b26a81a0
|
@ -110,7 +110,7 @@ func InitialSettings() []model.SettingItem {
|
|||
"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"
|
||||
"EPUB.js":"https://alist-org.github.io/static/epub.js/viewer.html?url=$e_url"
|
||||
}
|
||||
}`, Type: conf.TypeText, Group: model.PREVIEW},
|
||||
// {Key: conf.OfficeViewers, Value: `{
|
||||
|
|
Loading…
Reference in New Issue