We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4293a0b commit 40b26a8Copy full SHA for 40b26a8
1 file changed
internal/bootstrap/data/setting.go
@@ -110,7 +110,7 @@ func InitialSettings() []model.SettingItem {
110
"PDF.js":"https://alist-org.github.io/pdf.js/web/viewer.html?file=$e_url"
111
},
112
"epub": {
113
- "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"
114
}
115
}`, Type: conf.TypeText, Group: model.PREVIEW},
116
// {Key: conf.OfficeViewers, Value: `{
0 commit comments