fix!: change default epub viewer (close #3519)
This commit is contained in:
@ -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: `{
|
||||
|
Reference in New Issue
Block a user