fix!: change default epub viewer (close #3519)

pull/3539/head
Andy Hsu 2023-02-20 16:08:10 +08:00
parent 4293a0ba8c
commit 40b26a81a0
1 changed files with 1 additions and 1 deletions

View File

@ -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: `{